Quick Reference

Quick reference tables for Kodey API endpoints by key type

Publishable Key (pk_live_*) - Chat Only

MethodEndpointDescription
POST/chatCreate chat
GET/chatList chats
GET/chat/:chatIdGet chat
DELETE/chat/:chatIdDelete chat
POST/chat/:chatId/messageSend message
GET/chat/:chatId/messageList messages

Secret Key (sk_live_*) - Full Access

All endpoints from publishable key access, plus the following:

Agent Endpoints

MethodEndpointDescription
POST/agentCreate agent
GET/agentList agents
GET/agent/:idGet agent
PUT/agent/:idUpdate agent
DELETE/agent/:idDelete agent
PUT/agent/:id/rollbackRollback agent

Workflow Endpoints

MethodEndpointDescription
POST/workflowCreate workflow
GET/workflowList workflows
GET/workflow/:idGet workflow
PUT/workflow/:idUpdate workflow
DELETE/workflow/:idDelete workflow

MCP Endpoints

MethodEndpointDescription
POST/mcpCreate MCP config
GET/mcpList MCP configs
GET/mcp/:idGet MCP config
PUT/mcp/:idUpdate MCP config
DELETE/mcp/:idDelete MCP config
GET/mcp-appsList MCP apps

File Endpoints

MethodEndpointDescription
GET/fileList files
PUT/fileUpdate file
GET/file/presigned-urlGet download URL
POST/upload-urlGet upload URL
POST/confirm-uploadConfirm upload

Webhook Endpoints

MethodEndpointDescription
GET/team/webhookList webhooks
POST/team/webhookCreate webhook
GET/team/webhook/:webhookIdGet webhook
DELETE/team/webhook/:webhookIdDelete webhook
POST/team/webhook/:webhookIdExecute webhook