AI Studio Documentation
Build, test, and operate AI Studio workloads
Docs for API usage, workflow setup, deployment, evaluations, and governance controls.
Quickstart
- Create a client account and generate a session token.
- Create your first agent or tool configuration in AI Studio.
- Run a test scenario and review trace output.
- Publish to your target environment and monitor evaluations.
curl -X POST /api/auth/dev-login \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com","role":"client","portal":"app"}'