everything you need to deploy intelligence.
deploy your first AI agent in 10 seconds:
you'll get back a JSON response with a live URL. anyone can chat with your agent at that URL.
POST /deploy
creates a new AI agent with the given system prompt. returns a unique URL.
response:
POST /api/:slug/chat
send a message to a deployed agent.
response:
GET /info/:slug
get public metadata about a deployed agent. no auth needed.
agents expire after 24 hours by default. claimed agents live forever (coming soon).
max prompt length: 4000 characters. max message length: 4000 characters.