AI Studio Documentation

Build, test, and operate AI Studio workloads

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

Authentication

AI Studio API requests require a bearer token and portal context header.

Authorization: Bearer <token>
x-portal: app
  • Use short-lived tokens for automation jobs.
  • Rotate credentials regularly.
  • Restrict tokens by role and tenant scope.