ZenoXCare — marketing
Loading...
Sandbox keys instantly, runnable in-browser playground, signed webhooks, MCP + A2A interop. Build production integrations in hours, not weeks.
Idempotent
POST /verify supports Idempotency-Key — retries are safe by design.
Tenant-scoped
Every API key is tenant-scoped; cross-tenant reads return collapsed 404s.
Sentry-tagged
Persona mismatch + AI route failures are tagged for one-click triage.
Cost-aware
Hard cap + projected-monthly view; never get surprised by a bill.
Under five minutes. Create a sandbox API key from the Network console, run the cURL / Node / Python sample on /network/sandbox, and watch the OTP webhook fire on requestbin.com. Live keys are unlocked after a short compliance review.
Yes. Three read-only Verification Network MCP tools are registered (read_integration_status, read_usage_summary, read_verification_status). They are tenant-scoped, require auth + network eligibility, and return redacted snapshots so AI agents (Cursor, Claude Desktop, ChatGPT) can answer questions without holding session cookies.
Every webhook is signed with HMAC-SHA-256 over the raw body. The X-ZenoXCare-Signature header carries the signature; verify with timingSafeEqual. Signing keys are rotatable from the Network console with a 24-hour grace window.
60 requests / minute on sandbox keys. 429 responses include Retry-After. Build with idempotency-key on POST /verify so retries are safe. Live limits are negotiated per partner.
OpenAPI 3.1 lives at /api/public/openapi.json. The TypeScript SDK ships as @zenoxcare/sdk on npm. Other languages are generated from the same OpenAPI; raise an issue if your language is missing.
Sandbox keys instantly, runnable in-browser playground, signed webhooks, MCP + A2A interop. Build production integrations in hours, not weeks.