Skip to main content
Pinata Agents are hosted OpenClaw instances. Each agent runs in an isolated container with its own workspace, skills, and secrets.
Agents require a paid Pinata plan. Upgrade here.

Quick Start

1. Add an LLM Provider Key

Your agent needs an LLM provider to run. Add one of these as a secret first:
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • OPENROUTER_API_KEY

2. Create an Agent

Open agents.pinata.cloud and click Create Agent. Step 1: Identity — Choose a personality preset (Atlas, Nova, Sage) or create a custom one. Enter a name and optional description. Step 2: Workspace — The default Pinata workspace includes Node.js, Python, and common tools. Optionally add skills. Step 3: Connect — Select your LLM provider (shows “Available” when the key exists). Add any additional secrets your agent needs. Optionally configure channels. Step 4: Deploy — Click Deploy Agent. Once provisioning completes, you’re redirected to your agent’s detail page.

Agent Detail Page

The sidebar provides access to all agent features:
SectionPurpose
ChatConversation interface
ChannelsMessaging platform connections
SnapshotsWorkspace versions and git access
SkillsAttached skill packages
SecretsEnvironment variables
RoutesPort forwarding and domains
TasksScheduled jobs
Dev Tools: Console (terminal access), Logs, and Danger (delete agent).

Git Access

Clone and edit your agent’s workspace directly:
git clone https://agents.pinata.cloud/v0/agents/{agentId}/git {name}
Click Copy with Token in the Snapshots section to include authentication.

Next Steps

Routes

Expose services to the internet

Channels

Connect messaging platforms

Skills

Extend agent capabilities

Secrets

Manage credentials