Kynetra AI Studio/Docs
openapi.json
OpenAPI 3.1

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

authworkspacesapi-keysmodelschatagentsknowledgeworkflowsbillingmarketplacemcpvoicemetrics

Featured Endpoints

POST
/api/v1/auth/register

Register a new user account

auth
POST
/api/v1/auth/login

Authenticate and obtain a token pair

auth
POST
/api/v1/auth/refresh

Rotate tokens using a refresh token

auth
GET
/api/v1/models

List registered models (workspace-scoped)

models
POST
/api/v1/models

Register a new model definition

models
GET
/api/v1/models/:id

Get model detail including files and profiles

models
PATCH
/api/v1/models/:id

Update mutable model fields

models
DELETE
/api/v1/models/:id

Soft-delete a model

models
GET
/api/v1/chats

List chat sessions

chat
POST
/api/v1/chats

Create a new chat session

chat
POST
/api/v1/chats/:id/messages

Send a message (streaming SSE)

chat
GET
/api/v1/agents

List agents

agents
POST
/api/v1/agents

Create an agent with tool bindings

agents
POST
/api/v1/agents/:id/runs

Start an agent run

agents
GET
/api/v1/workflows

List workflows

workflows
POST
/api/v1/workflows

Create a workflow definition

workflows
POST
/api/v1/workflows/:id/run

Trigger a workflow run

workflows
GET
/api/v1/api-keys

List API keys for the workspace

api-keys
POST
/api/v1/api-keys

Create a new API key (kyn_live_ prefix)

api-keys
DELETE
/api/v1/api-keys/:id

Revoke an API key

api-keys

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…