1. Get an API key
Sign up at operator.io and create an API key in Settings > API Keys. Keys start withck_live_.
2. Verify your key
3. Send your first message
The/api/chat endpoint accepts messages and returns a response from the Operator agent. It can deploy agents, create instances, manage secrets, and schedule automations.
- curl (JSON response)
- curl (streaming)
- TypeScript
- Python
4. Continue a conversation
Pass thechatId from the previous response as id to continue the same conversation. The Operator agent retains context across messages.
5. List your instances
6. Add secrets
Agents need credentials to access external services. Store them as secrets and grant them to instances.7. Schedule work
Create an automation to run the agent on a schedule:Next steps
API Reference
Full interactive reference with every endpoint.
Agents
How agents work: build, test, improve.
Instances
What an instance can do.
Webhooks
Trigger agents from external events.