EARLY ACCESS

The Kapus API

Every Kapus tool, one endpoint — built for apps and agents. Bring your key; we never store it.

curl https://api.kapus.dev/v1/tools/summarize \
  -H "Authorization: Bearer $KAPUS_TOKEN" \
  -H "X-Provider-Key: sk-..." \
  -d '{ "text": "your long article here" }'
Any provider, your key

Pass your own OpenAI / Anthropic / OpenRouter key per call. We never store it.

MCP-ready for agents

Expose every Kapus tool to your agents through the Model Context Protocol.

Same tools as the app

The exact tools you use in the UI, callable from your own apps and pipelines.

Want in early?