Build on the Reeve API.
What this is for
This door is for developers putting Reeve inside their own product or agent: your code, calling our API, with your own key. If you came here to use the hosted Reeve app, you don't need a key at all, just sign in to the app.
The single click
Sign in, and the console issues your key.
The dev console lives behind sign-in. Once you're in, one click creates your workspace: an org, a host app, and your first API key.
Sign in and open the consoleFrom there, every call is one header:
$ curl -H "X-Reeve-Host-Key: <YOUR_KEY>" https://api.meetreeve.com/api/comms/v1/<endpoint>What you get
A key, shown once
Your workspace's first API key is revealed a single time. Lose it and you revoke it from the console's Keys page and mint a new one.
Products you grant yourself
Keys are workspace-scoped: a key carries whatever products your workspace has granted. The baseline comms product is on from the start; you toggle the rest on from the console's Products page.
One self-serve console
Keys, product grants, your plan, and docs links all live in the console you just signed into. No form, no sales call.