New
- Prompt schema V2 — new merge strategy where prompt config always wins. Use
schema_version: 2 for all new integrations. Includes patch parameter for runtime overrides.
- Fallback models — add
fallback_models to any gateway request. The gateway automatically tries each model in order if the primary fails.
- Anthropic Agents SDK integration — trace agent runs, tool calls, and LLM generations for both Python and TypeScript.
- RubyLLM gateway integration — route RubyLLM requests through the Respan gateway.
- Enterprise MCP — dedicated endpoint at
mcp.respan.ai/mcp/enterprise with OAuth, JWT, and API key auth.
Improved
- Prompt version API endpoints cleaned up
- Trace delete endpoint added