Developer surface · OpenAPI 3.1

API reference.

Authenticate with a bearer token or scoped workspace API key. The production API is available at https://api.kynetra.dev/api/v1.

authworkspacesapi-keysmodelschatagentsknowledgeworkflowsmarketplacemcpvoicemetrics

Featured endpoints

POST/api/v1/auth/login

Authenticate and obtain a token pair

auth
GET/api/v1/models

List workspace-scoped model definitions

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

Send a streaming chat message

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

Start an approval-aware agent run

agents
POST/api/v1/knowledge/query

Query a grounded knowledge base

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

Trigger a workflow run

workflows
POST/api/v1/api-keys

Create a scoped workspace API key

api-keys

Access contract

01 · Authenticate

Bearer token or scoped API key

Preview workspaces receive credentials with explicit model, agent, knowledge, and workflow scopes.

02 · Address

Canonical production base URL

https://api.kynetra.dev/api/v1

03 · Evidence

Workspace-bound audit trail

Requests retain the model route, active authority, tool approvals, and resulting run record.