Apply for a builder track

Pick a track, submit the form, and — for most tracks — a live sk_live_* API key is issued in the response body immediately. Genesis and institutional tracks route to human review because they carry elevated capabilities (rate multipliers, negotiated infra, unreleased endpoints).

Which tracks auto-provision on submit?

TrackFitProvisioning
dataFeeds, oracles, market signalsAuto — seconds
appEnd-user apps, dashboards, trading UIsAuto — seconds
agentAI agents (Claude / Cursor / custom MCP)Auto — seconds
distributionAggregators, referral partners, embedsAuto — seconds
marketMarket creators, category curatorsAuto — seconds
liquidityMarket makers, LP strategiesAuto — seconds
oracleResolution sources, evidence providersAuto — seconds
reviewerDispute and resolution reviewersAuto — seconds
operatorOps tooling, monitoring, alertsAuto — seconds
self_serveSolo dev exploring the APIAuto — seconds
rfb-*RFB program tracks (Japan-app, AI-agent, Telegram-bot, News-media, Sports, Election, Terminal, MM-stack)Auto — seconds
genesisInaugural cohort — 10× rate multiplier, early access to unreleased endpointsHuman review
institutionalSigned SLA, dedicated infra, negotiated fee splitsHuman review

Auto-provisioned tracks start on the self_serve tier ($10/order, $100/day caps). Once you've integrated and want higher limits, come back and apply for genesis, or contact us via the channel you provided for a tier upgrade.

Application

Not required. Auto-provisioning tracks return the API key directly in the response — no follow-up needed. Human-review tracks (genesis, institutional) use this to contact you if you don't provide a chat channel below.

Rate-limited to 5 applications per hour per IP. Response returns application_code (format ba_[hex24]). Save it — use it to check status via GET /v1/apply/{code}.

Prefer curl?

The same endpoint accepts raw JSON — no browser needed:

curl -X POST https://api.predictasiax.com/v1/apply \
  -H "Content-Type: application/json" \
  -d '{
    "track":       "app",
    "org":         "my-project",
    "url":         "https://my-project.com",
    "description": "AI-first prediction market UI targeting Japan retail."
  }'

# Response for auto-provisioning tracks:
# { "ok":true, "status":"auto_approved", "auto_provisioned":true,
#   "api_key":"sk_live_xxxxxx_...",   ← shown ONCE
#   "user_id":"app_...",
#   "next_step":"https://docs.predictasiax.com/getting-started" }

Check application status

Already submitted? Enter your application code (ba_...) to check status: