Playground
Test AI responses with different models and settings.
The Playground APIs let you test your chatbot's AI responses with different configurations — try different models, prompts, and temperatures without changing your project's saved settings.
Create Playground Session
Create a session to start testing AI responses.
Get Playground Response
Send a query and get an AI response with custom settings.
How It Works
- Create a session — call Create Playground Session to get a
session_uid - Test responses — call Get Playground Response with different
agent_settingoverrides - Compare — change model, prompt, or temperature and compare the AI outputs
- Apply — once you find the best configuration, save it using Update Project Settings
Permissions
| Endpoint | Required permission |
|---|---|
| Create Playground Session | Conversation > Write |
| Get Playground Response | Debugging > Read |