⬤
Select or create a workspace
Chat
Session
Integrations
Connected
0
Available
Custom MCP Servers
0
Installed
0
No skills installed yet
Browse
Discover and add 3rd party skills
Knowledge Base
Core System
Agent personality, identity & behavior
Core System (Admin)
Configuration, tools & bootstrapping
Documents
Custom knowledge files
No documents yet — click + Add Document or drop files here
Drop files to add to knowledge
.md, .txt, .json, .yaml, .csv
—
Memory
Saved Facts
0
Key facts that persist across all conversations.
Short-term Memory
Context from the current conversation.
Coming soon
Daily Sessions
0
A summary of each day's conversations.
Scheduled Tasks
Loading...
Files
FILES
—
Select a file to edit
Settings
Secrets
Environment variables available to your agent's backend functions.
No secrets yet
Add a secret
Tools Permission
Allow specific operations to execute without requiring your confirmation.
API Reference
Use the REST API to interact with your agent programmatically. Create sessions, send messages, and manage memory from any application.
Base URL
Authentication
Include your API key in the request header:
Authorization: Bearer Quick Start
Send a message to your agent:
API Endpoints
POST
/sessionsCreate a new session with the agentGET
/sessionsList all sessionsGET
/sessions/{session_id}Get a specific session with all messagesPOST
/sessions/{session_id}/messagesSend a message and get the agent's responseDELETE
/sessions/{session_id}/messages/{message_id}Delete a specific message from a sessionGET
/memoryList the agent's memory itemsDELETE
/memory/{memory_id}Delete a specific memory itemResponse Format
Sessions are returned as JSON objects containing an array of messages:
{
"id": "session_id",
"workspace_id": "ws-abc123",
"messages": [
{
"id": 1,
"role": "user",
"content": "Hello!",
"created_at": "2025-01-01 12:00:00"
},
{
"id": 2,
"role": "assistant",
"content": "Hi! How can I help you?",
"tool_calls": [],
"created_at": "2025-01-01 12:00:01"
}
],
"total": 2
}
Error Codes
401Unauthorized — invalid or missing API key
400Bad request — invalid input
404Not found — resource doesn't exist
429Rate limited — wait and retry after a short delay
Danger Zone
Irreversible actions for this workspace.
Danger Zone
Delete this workspace
Stops the sandbox and permanently removes the workspace from the database.
Channels
Telegram
Connect a Telegram bot to chat with your agent.
Create Your Telegram Bot
Follow these steps in Telegram. It takes about 30 seconds.
1
Open BotFather in Telegram
Click the button below to open Telegram's official bot creator.
Open @BotFather2
Send
/newbotType or paste this command into the BotFather chat.
3
Choose a display name
BotFather will ask for a name. This is what users see in their chat list.
4
Choose a username
Must end with "bot". This becomes the bot's @handle.
5
Copy the token
BotFather will reply with a token like
123456:ABC-DEF.... You can paste the entire message.Billing & Usage
Workspace Usage
Loading...
Total Usage (All Workspaces)
Loading...
Model Breakdown
Loading...
Admin