Coming Soon · Q4 2026The JOY API launches Q4 2026. Authorized partners get first access — book a briefing or get notified at launch.
API v2026.02 · Stable·3 endpoints live

Build on the
bay floor.

The same infrastructure that routes liquidity for 437 workshops — exposed as three institutional-grade endpoints. Orders, inventory, credit. One key, sovereign network.

Read Docs
Endpoint Showcase · v1

Three endpoints. One sovereign network.

post /v1/orders
Request
curl -X POST https://api.joyautomart.com/v1/orders \
  -H "********************" \
  -H "********************" \
  -d '********************'
200 OK · response
{
  "id": "********************",
  "status": "********",
  "workshop_joy_id": "***********",
  "tier": "********",
  "subtotal_bdt": *****,
  "credit": {
    "approved": ****,
    "terms": "******",
    "joyscore": ***
  },
  "dispatch_eta_minutes": ***
}
bearer auth · idempotent · versioned · p95 < 400 ms
Infrastructure Tiers

From sandbox to sovereign.
One sentence, three commitments.

Every tier ships with the same network — JOE × ONI, 5 hubs, 18,400+ SKUs. Throughput, support and contractual depth scale to your operating reality.

Sandbox

Build against the bay floor.

TBDpricing locked · coming soon
  • 5,000 requests / month
  • All v1 endpoints · read-only
  • Synthetic workshop fixtures
  • Community support · Slack
Most Operated
High-Velocity

Production traffic, tier pricing.

TBDpricing locked · coming soon
  • 500,000 requests / month
  • Read + write · all endpoints
  • Live workshop network
  • p95 < 400 ms SLA · 99.95% uptime
  • Founder-direct support
Neural Enterprise

Sovereign deployment. Dedicated VPC.

TBDpricing locked · coming soon
  • Unlimited throughput
  • Dedicated JOE × ONI inference pool
  • Single-tenant VPC · region pinning
  • 99.99% uptime · 24/7 NOC
  • Counter-signed Developer NDA
  • White-glove integration team
All tiers · 99.95%+ uptime · founder-direct support · counter-signed NDA on request
ahmed@joyautomart.com · 72-hour response
Reference · v1

Everything you ship against. Versioned, audited, and never silently changed.

v2026.02· May 18 · 2026Stable
  • Sandbox key minting (`POST /v1/keys`) is now self-serve via the developer portal.
  • `POST /v1/orders` returns a `credit.decision_ms` field — surfaces underwriting latency p50/p95.
  • Idempotency keys (`Idempotency-Key` header) now scoped to 24 hours, was 6.
v2026.01· Mar 04 · 2026Stable
  • Introduced `GET /v1/inventory/live` — Bloomberg-style hub matrix.
  • Webhook signatures upgraded to HMAC-SHA256 + timestamp tolerance window.
v2025.12· Dec 19 · 2025Deprecated
  • `POST /v1/orders.legacy` will be removed June 30, 2026. Migrate to `POST /v1/orders`.