AI Studio Documentation

Build, test, and operate AI Studio workloads

Docs for API usage, workflow setup, deployment, evaluations, and governance controls.

Quickstart

  1. Create a client account and generate a session token.
  2. Create your first agent or tool configuration in AI Studio.
  3. Run a test scenario and review trace output.
  4. 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"}'