Availability
The Tyk AI Studio API gives you programmatic access to everything the admin UI manages. This includes LLM providers, Apps, Tools, Data Sources, Catalogs, Teams, Users, Model call settings, Chats, and analytics. Use it to automate setup or to integrate AI Studio with your own tooling.
Authentication
Every request needs a Bearer token in theAuthorization header:
POST /auth/login using your AI Studio username and password. The key inherits the permissions of the User it belongs to, so a non-admin key cannot call admin-only endpoints.