# Zro Zro by moonmath.ai is a private open-model inference platform for coding agents and OpenAI-compatible clients. Website: https://zro.moonmath.ai/ Pricing: https://zro.moonmath.ai/pricing Integrations: https://zro.moonmath.ai/integrations Sign up: https://zro.moonmath.ai/sign-up Sign in: https://zro.moonmath.ai/sign-in Account: https://zro.moonmath.ai/account ## What agents can do - Help the user open the Zro website and navigate sign-up, sign-in, pricing, billing, and API key creation. - Configure the user's local coding tool after the user provides or approves use of the generated API key. - Use the existing inference API after setup. ## User-controlled steps - Account sign-up and sign-in are user account actions. - Billing and payment approval must be completed by the user. - API keys are sensitive. Do not store a key except in the local tool configuration the user requested. ## Inference API OpenAI-compatible base URL: https://zro.moonmath.ai/v1 Chat completions: POST /v1/chat/completions Models: GET /v1/models Anthropic-compatible base URL: https://zro.moonmath.ai Anthropic Messages: POST /v1/messages Authentication: Authorization: Bearer Recommended model: glm-5.2 Available models: glm-5.2 deepseek-v4-flash-0731 kimi-k3 ## Zro CLI Install: npm install -g @moonmath-ai/zro Login: zro login Launch supported coding tools with Zro for the current session: zro launch claude --model glm-5.2 zro launch codex --model glm-5.2 zro launch opencode --model glm-5.2 zro launch hermes --model glm-5.2 zro launch openclaw --model glm-5.2 zro launch pi --model glm-5.2 ## OpenAI-compatible tool configuration OPENAI_BASE_URL=https://zro.moonmath.ai/v1 OPENAI_API_KEY= MODEL=glm-5.2 ## Anthropic-compatible tool configuration ANTHROPIC_BASE_URL=https://zro.moonmath.ai ANTHROPIC_AUTH_TOKEN= ANTHROPIC_MODEL=glm-5.2 ## Smoke test curl https://zro.moonmath.ai/v1/chat/completions \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{"model":"glm-5.2","messages":[{"role":"user","content":"Reply with OK"}]}' ## Agent boundaries - Do not use or request private admin credentials. - Do not use non-public infrastructure addresses or internal service names. - Do not approve purchases, subscriptions, or payment method changes without explicit user action. - If the user's key is no longer visible, ask the user to create a new key or paste the key.