Register your interest: Tag @Cody, get an agent

Developers

CodeWords developer resources

API docs, the OpenAPI spec, authentication, webhooks, and the CodeWords MCP server — in one place, under the CodeWords name.

CodeWords is an AI agent platform. Developers call deployed workflows over HTTPS. Coding agents discover the same surface through OpenAPI, OAuth metadata, and MCP. If you searched for CodeWords developer resources, these are the canonical URLs.

CodeWords OpenAPI specification

Machine-readable description of the CodeWords Runtime API. Every operation has a unique operationId, a description, typed parameters, and response schemas so agents can register function calls without scraping docs.

openapi.json

CodeWords API documentation

How to authenticate, run workflows synchronously or asynchronously, stream logs, and upload files. Base URL https://runtime.codewords.ai. Paid plans only for API keys.

Calling CodeWords workflows

CodeWords authentication

API keys (cwk- / cwotk-) from the dashboard, plus OAuth 2.0 authorization code with PKCE. Discovery is published at /.well-known/oauth-authorization-server. Scopes: api:read and api:write.

CodeWords API key

CodeWords webhooks

Unique POST URLs that start a workflow when an external system sends JSON. The webhook URL is the credential; no API key is required. Cody generates test and production endpoints.

Webhooks

CodeWords MCP server

Model Context Protocol endpoint for Cursor, Claude, ChatGPT, and other coding agents. They can build, edit, deploy, and run CodeWords workflows through this server.

ChatGPT connector and MCP