renza

API reference

Renza is API-first: the dashboard, the CLI, and the SDK are all clients of this API — anything they can do, you can do here. Every operation page shows the same call three ways: CLI, curl, and SDK.

Base URL

https://api.renza.io/v1

Authentication

Authorization: Bearer rza_sk_live_…

The version is in the path — v1 is frozen, breaking changes ship as a new version (see Versioning). Auth, pagination, idempotency, and the error contract each have a short page under Platform in the sidebar. The machine-readable spec lives at api.renza.io/openapi.json.

Resources