Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt

Use this file to discover all available pages before exploring further.

SettingMESH value
Base URLhttps://api.meshrouter.app/v1
API keymesh_live_...
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.meshrouter.app/v1",
  apiKey: process.env.MESH_API_KEY,
});