API Keys
Generate keys to use your purchased bots from any app, script, or automation platform. Each key is tied to one bot. Keys are never stored in plain text — save them when created.
Your API Keys
Loading your keys...
Usage Examples
curl -X POST https://urbot.net/api/chat/ask \
-H "Content-Type: application/json" \
-H "X-URBot-API-Key: urb_YOUR_KEY_HERE" \
-d '{"bot_slug": "professor", "message": "Explain photosynthesis"}'
Full API documentation: urbot.net/developers/