Start free

Create an account and get a tenant ID + API key. Free up to 100 tasks/month — no credit card.

Account created. Here are your credentials:

Tenant
API key
⚠ Your API key is shown once and is a server-side secret — store it somewhere safe (a secrets manager / .env) now. Keep it off the browser and out of client code.

Next: finish in ~5 minutes

  1. Generate your signing keypair (the private key never leaves your machine):
    npx @obep/cli keygen --out keys
  2. Register your public signing key with the relay:
  3. Install the SDK and run your first task — follow the integration guide from “Install”.