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.
Claude Code
Anthropic's coding agent. Set two environment variables and you're done — Pendra exposes an Anthropic-compatible /v1/messages endpoint.
OpenAI Codex
OpenAI's Codex CLI. Add a custom provider in ~/.codex/config.toml — Pendra speaks the OpenAI Responses API.
OpenClaw
The do-things AI assistant. Add a custom provider in openclaw.json pointing at Pendra's OpenAI- or Anthropic-compatible endpoint.
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.