Developers · Product API

Stitchaxis

Authenticate with a stx_* bearer key. Execute live Genesis products via one route shape. Demo key: stx_demo_tier1.

Setup path

  1. Step 1

    Create account

    Sign up, then start a Gateway trial from Pricing.

    Open →
  2. Step 2

    Start Core trial

    Complete Stripe Checkout (3-day trial on Gateway).

    Open →
  3. Step 3

    Mint an API key

    From Dashboard → API Keys, create a stx_* bearer key.

    Open →
  4. Step 4

    Call product execute

    Use the Core workspace or the public Developers guide to remember and recall.

    Open →
  5. Step 5

    Configure live Connects

    WealthNode / LeadConnect / Sentinel are waitlist until you hold a card. Core remember → recall is the live path.

    Open →

Auth

Authorization: Bearer stx_YOUR_KEY
Authorization: Bearer stx_demo_tier1

Product execute endpoints

POST /api/v1/products/{slug}/execute

Stitchaxis Core

Product →

POST /api/v1/products/core/execute

remember · recall · route · gather · agent

curl -sS https://www.stitchaxis.com/api/v1/products/core/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"remember","key":"pipeline.constraints","value":"No outbound before human approval"}'

B2B Engine

Product →

POST /api/v1/products/b2b-engine/execute

score_lead · draft_outreach · enrich

curl -sS https://www.stitchaxis.com/api/v1/products/b2b-engine/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"score_lead","companyName":"Acme Robotics","signals":"pricing page, demo request"}'

Creator OS

Product →

POST /api/v1/products/creator-os/execute

brief · synthesize · schedule

curl -sS https://www.stitchaxis.com/api/v1/products/creator-os/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"synthesize","topic":"Why AI amnesia kills creator funnels","platform":"linkedin","audience":"Creators monetising communities"}'

WealthNode

Product →

POST /api/v1/products/wealthnode/execute

ledger_sync · margin_radar

curl -sS https://www.stitchaxis.com/api/v1/products/wealthnode/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"ledger_sync","tokens":120000,"pricePer1kGbp":0.002}'

LeadConnect

Product →

POST /api/v1/products/leadconnect/execute

ingest · route

curl -sS https://www.stitchaxis.com/api/v1/products/leadconnect/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"ingest","email":"lead@acme.com","destination":"slack","payload":"Demo request from pricing page"}'

Sentinel Lite

Product →

POST /api/v1/products/sentinel-lite/execute

probe · heartbeat

curl -sS https://www.stitchaxis.com/api/v1/products/sentinel-lite/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"probe","url":"https://api.yourapp.com/health"}'

Operator env groups

  • Payments

    • STRIPE_SECRET_KEY
    • NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
    • STRIPE_WEBHOOK_SECRET
    • STRIPE_TIER1_PRICE_ID
    • STRIPE_TIER2_PRICE_ID
    • STRIPE_TIER3_PRICE_ID
    • STRIPE_TIER4_PRICE_ID
  • Auth & database

    • NEXT_PUBLIC_SUPABASE_URL
    • NEXT_PUBLIC_SUPABASE_ANON_KEY
    • SUPABASE_SERVICE_ROLE_KEY
  • Email

    • CLOUDFLARE_ACCOUNT_ID
    • CLOUDFLARE_EMAIL_API_TOKEN
    • TRANSACTIONAL_FROM_EMAIL
  • Models

    • OPENAI_API_KEY
    • ELEVENLABS_API_KEY
    • ELEVENLABS_VOICE_ID
  • Rate limits

    • UPSTASH_REDIS_REST_URL
    • UPSTASH_REDIS_REST_TOKEN
  • Ops alerts

    • OPS_ALERT_WEBHOOK_URL
  • Marketing control

    • MARKETING_SWARM_SECRET
    • MARKETING_EMAIL_PROVIDER