Prerequisites
You need:- A terminal with
curl(or any HTTP client) - That’s it. No Docker, no Node.js, no config files.
Step 1: Create your organization
Every Chowder account starts with an organization. This call creates one and returns your API key.Step 2: Create an instance
An instance is a running OpenClaw agent with its own sandbox, workspace, and gateway.provisioning status. Behind the scenes, Chowder is:
- Creating a cloud sandbox
- Installing OpenClaw
- Running the onboarding wizard
- Configuring gateway authentication
- Starting the gateway
"status": "running", you’re good to go.
Step 3: Talk to your agent
Send a message and get a response. You need to specify a model — the agent will use it for this turn.Step 4: Try sessions
By default, all messages go to the agent’s main session. To create a separate conversation thread, use the session endpoint:/responses endpoint.
What’s next?
Connect Telegram
Wire up a Telegram bot so users can chat with your agent directly.
Install skills
Give your agent superpowers — web browsing, code execution, and more.
Scoped API keys
Create restricted keys for frontends and third-party integrations.
Build a frontend
Build a chat UI with Next.js that talks to your Chowder instance.