The standard library for AI-built apps. One key, one wallet, one bill for every online service an app needs to run — email, SMS, storage, scheduling, realtime, captcha, PDF, image, analytics and more (the core), plus AI inference as the on-ramp. API host: https://api.infrai.cc
INFRAI_API_KEY, then POST JSON to https://api.infrai.cc/v1/… with a Bearer header — no SDK to install, no signup flow in your code.base_url="https://api.infrai.cc/v1". Everything else (the core services) is a plain POST https://api.infrai.cc/v1/… or an MCP tool call.https://api.infrai.ccBearer key: curl, Python (requests), JavaScript (fetch), Go, Rust, Java — any language that speaks HTTP.npx @infrai/mcp-server (stdio / http) → api.infrai.cc/infraiVENDOR_NOT_CONFIGURED (503) — the capability IS implemented, but your project has no vendor key configured. Add a key → it works immediately. Not "unimplemented".CAPABILITY_NOT_IMPLEMENTED (501) — Infrai hasn't built this capability yet. Adding a key won't help.Console: infrai.cc · Full rendered reference docs are rolling out here.