Botz API Explorer

Test all your bot management endpoints with token isolation

⚙️ Authentication & Environment Settings
Token loaded from storage

1. Create Bot

POST /v1/{bot_id}/create

LIVE CONTEXT

2. List Bots

POST /v1/bots/list (Token-Scoped)

LIVE CONTEXT

🔐 Isolation Active: This will only show bots created with the current auth token.

3. Get Bot Info

POST /v1/{bot_id}/info

LIVE CONTEXT

4. Chat with Bot

POST /v1/{bot_id}/chat

LIVE CONTEXT

5. Update Bot

POST /v1/{bot_id}/update

LIVE CONTEXT

6. Delete Bot

POST /v1/{bot_id}/delete

LIVE CONTEXT

🚀 Quick Actions