API Reference
Complete REST API for Kynetra AI Studio. Authenticate with a Bearer JWT or a workspace API key (kyn_live_ prefix). Base URL: http://localhost:1972/api/v1
Featured Endpoints
Register a new user account
Authenticate and obtain a token pair
Rotate tokens using a refresh token
List registered models (workspace-scoped)
Register a new model definition
Get model detail including files and profiles
Update mutable model fields
Soft-delete a model
List chat sessions
Create a new chat session
Send a message (streaming SSE)
List agents
Create an agent with tool bindings
Start an agent run
List workflows
Create a workflow definition
Trigger a workflow run
List API keys for the workspace
Create a new API key (kyn_live_ prefix)
Revoke an API key
Interactive Reference
Requires a running Kynetra API instance at https://api.kynetra.dev. Use the “Authorize” button to set your Bearer token or API key.
Loading API reference…