Self-Serve Access

Create an API Key in Under 60 Seconds

Pick a package, issue a scoped key, and start patching Real Runtime into your existing Gemini, GPT OS, or Claude workflows.

Container style

API Key Rules and Restrictions

  • Self-serve issues one customer key type from this page.
  • Unpaid accounts receive trial access with limited scopes, rate limits, and trial expiry.
  • Trial issuance uses a client UUID with repeat-use protection.
  • Full functionality requires payment-linked account activation.
  • If payment is required, follow the payment URL returned by the API.
  • All key use remains subject to Terms, AUP, API License, and IP protections.

Get Your Key

One customer key type is issued from self-serve. Unpaid accounts receive trial limits; paid accounts unlock full package functionality.

Next Step

Verify in Runtime

curl -X POST $API_BASE/v1/auth/verify \
  -H "content-type: application/json" \
  -d '{
    "api_key": "rk_test_...",
    "required_scope": "realflow:stream",
    "consume": false
  }'