Back to Xroga

XROGA Black Hole V∞

XROGA API

One evolving model — xroga-black-hole-v-infinity. New capabilities ship inside XROGA Black Hole V∞, not as separate models. All 99 features and swarm agents available on every plan with generous rate limits.

Others count up. We count forever. Hover the ∞ symbol in-app for our philosophy on version infinity.

Authentication

Use your session JWT from the dashboard, or create an API key in Settings → API (coming soon).

Authorization: Bearer <your_token>
Content-Type: application/json

Swarm execute

Run the full multi-agent swarm on any prompt. 1 action per chat turn; builds scale by complexity.

POST https://xroga-api.fly.dev/v1/swarm/execute

{
  "prompt": "Build a landing page for my SaaS",
  "model": "xroga-black-hole-v-infinity",
  "project_id": "optional-uuid"
}

Rate limits

  • Spark: 7M tokens/mo · 2 concurrent swarms
  • Pulse: 12M tokens/mo · 8 concurrent
  • Nova+: 20M+ tokens/mo · higher concurrency
  • API requests share your plan token quota — no feature gating

Helpful docs