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.
Open agents.pinata.cloud to access the Agents platform. Use the command palette (⌘K or Search) to quickly navigate and take actions:
SectionContents
AgentsYour agents with status
PagesMy Agents, Skills, Secrets, Templates, Workspaces
WorkspacesSwitch between workspaces
ActionsCreate Agent, Upload Skill, Add Secret, Connect providers, and more

Quick Start

1. Connect an LLM Provider

Your agent needs an LLM provider to run. Open the command palette and select:
  • Connect AnthropicANTHROPIC_API_KEY
  • Connect OpenAIOPENAI_API_KEY
  • Connect OpenRouterOPENROUTER_API_KEY
Or add the key manually in Secrets.

2. Create an Agent

Click Create Agent or use the command palette. Start from a Template — Select a pre-configured template to skip manual setup. Templates include skills, required secrets, and default settings. Or configure manually: 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
ModelsLLM provider configuration
RoutesPort forwarding and domains
TasksScheduled jobs

Dev Tools

ToolPurpose
ConsoleTerminal access to your agent’s container
LogsReal-time logs with search, level filters (TRACE, DEBUG, INFO, WARN, ERROR, FATAL), and export
DangerAgent settings, paired devices, and actions (restart, delete)

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