Integrations

Integrations

Pendra speaks the two API dialects most coding agents understand:

  • OpenAI Chat Completions at /api/v1, plus the Responses API at /v1/responses (for Codex).
  • Anthropic Messages at /v1/messages (for Claude Code and the Anthropic SDK).

That means most coding agents — and any tool built on the OpenAI or Anthropic SDKs — work against Pendra with a base-URL change and a Pendra API key. Below are the three integrations we test against every release.

Don't see your tool?

If your tool can be pointed at an OpenAI- or Anthropic-compatible endpoint with a custom base URL and API key, it almost certainly works against Pendra. The base URLs to set:

  • OpenAI clients: https://api.pendra.ai/api/v1
  • Anthropic clients: https://api.pendra.ai (the SDK appends /v1/messages)

Get in touch via Contact if you'd like us to publish a setup guide for a specific tool.