Quick Start
Send your first AI-powered chat message in 3 steps.
This guide walks you through the complete flow — from listing agents to getting an AI response.
Prerequisites
- An API key (see Authentication)
- A published AI agent in your dashboard
- The public API running at
http://localhost:3002
Step 1: List Your Agents
Find the agent you want to chat with:
Copy the id of the agent you want to use.
Step 2: Create a Chat Session
Copy the session id.
Step 3: Send a Message
That's it! You now have a working AI chat conversation. Keep sending messages to the same session to continue the conversation.
What's Next?
- API Reference: Agents — full endpoint details
- Integration Flows — common patterns for new and resumed conversations
- Error Handling — how to handle errors gracefully