Skip to content
Run the right bootstrap first

Start with a buyer-ready first order path in 3 days

OrderCore is the API that lets AI agents complete purchases. Pick the rollout path that matches your stack, run one command, and prove a production-safe order path fast: GET /health, POST /v1/onboarding/demo-data, then POST /v1/orders.

No API key yet? Request one above, or run the offline agent commerce demo first (no signup). Start the 3-day trial anytime; no charge until the trial ends.

Need the implementation path cleaned up?

Use the paid handoff when the first order, webhook, or connector setup is stuck and you need the smallest implementation sprint instead of more docs.

Immediate Trial Outcomes

  • Engineering proof: first idempotent order path validated with real API responses.
  • Lower risk: dry-run preview before any API mutation or webhook creation.
  • Operational clarity: one output directory with commands, URLs, and rollout notes.
  • No forced migration: connectors stay optional until real merchant demand appears.

Your first call — no key, right now

Before signup or setup, confirm the live API from your terminal. This needs no key and returns in milliseconds:

terminal
curl https://api.ordercore.ai/health

A 200 with {"status":"healthy", ...} is your first successful OrderCore API call. The 5-minute offline demo and every code example also run with no key.

Then: zero to first order

Three calls take you from nothing to a retry-safe order — copy the full sequence from the Start Here guide:

  1. GET /health — API reachable (no key)
  2. POST /v1/onboarding/demo-data — seed a demo catalog (needs key)
  3. POST /v1/orders with an Idempotency-Key — your first order
Get your API key
Understand in 20 seconds

Who it is for and what it gets off your team’s plate

OrderCore is for teams that need AI checkout and reliable order operations without building idempotency, webhook retry logic, and integration guardrails from zero.

Who It's For

  • AI commerce pilots that need real buyer checkout quickly.
  • SaaS products embedding checkout into existing UX.
  • Teams moving from direct API to connector rollout later.

What It Replaces

  • Custom retry logic for failed delivery callbacks.
  • One-off scripts for setup ordering and config drift checks.
  • Manual duplicate-order prevention under retries.

What It Simplifies

  • First success from health check to idempotent order call.
  • Transition from demo flow to production readiness checks.
  • Operational visibility for quotas, auth status, and webhooks.

Not Ideal For

  • Teams that want no-code storefront building instead of API integration.
  • Projects without any developer time for initial setup or testing.
  • Teams that do not yet know who owns checkout and webhook ops.
Get API key Start with your live oc_live_... key.
Seed a demo catalog Check GET /health, then POST /v1/onboarding/demo-data for sample IDs.
Create your first order Call POST /v1/orders with an Idempotency-Key — a retry returns the same order.
Trust before traffic

Operational Proof Surface

Review the security, reliability, and billing controls here before you put real traffic on the order path.

Security Controls

  • Scoped API keys and explicit read/write endpoint boundaries.
  • Public legal posture and support path for buyer-facing flows.
  • Operator runbooks that keep deploy and rollback steps explicit.

Reliability Evidence

  • Live runtime checks from the System Dashboard.
  • Readiness, billing, and webhook health checks in one operator surface.
  • Scripted smoke coverage across direct AI and account paths.

Commercial Trust

  • Stripe-managed billing and explicit cancellation controls.
  • Support escalation path through /support.
  • Policy links: Terms and Privacy.
Direct AI API-first checkout, buyer links, and guided onboarding. Shopify Gateway package, webhook setup, and optional tenant doctor. WooCommerce Plugin ZIP, webhook setup, and first-order prep.

Direct AI Bootstrap

Use the API-first bootstrap when you want the fastest buyer checkout proof without a store rebuild.

Script scripts/ordercore_quick_setup.sh
Best for Teams shipping buyer-ready AI checkout pilots.
Manual step left Run one real buyer checkout and verify downstream fulfillment.
Setup Command
Safe Preview

What You Need

    What The Script Will Do

      Where To Go Next

      Operational Guardrails

        Try it now — a read-only sandbox key

        No signup. Get a read-only key on the demo catalog and make a real authenticated call in seconds. The key cannot write anything, is strictly rate limited, and expires within a day.