DocsPlatformClient libraries

Platform

Client libraries

Use compatible clients without a dedicated MyraRouter SDK.

OpenAI-compatible clients

Set the MyraRouter base URL and API key on an OpenAI-compatible client.

Example
const client = new OpenAI({
  baseURL: "https://your-myrarouter.example/v1",
  apiKey: process.env.MYRAROUTER_API_KEY,
});

Other request shapes

Claude-compatible Messages and Responses-shaped routes are available for tools that use those formats.