Core OS · Required

Stitchaxis Core

One memory plane for every agent and workflow.

Stitchaxis Core is the operating layer: persistent context, API keys, Edge→Cloud routing, and usage telemetry. Service Lines and Connections plug into it.

From £49/mo · 3-day trial

Buy Gateway · £49

25k ops · 150 memories · Stitch Push · Core Agent · edge route · 2k chars · 1 seat

Outcome

Agents start with prior decisions, not a blank prompt

Outcome

Edge-first routing keeps cloud spend in check

Outcome

Keys, usage, and ROI visible in one operator dashboard

Capabilities

  • Remember / Recall

    Store compressed operational memory and retrieve it by query before the next execution.

  • Edge→Cloud route

    Classify tasks to Edge SLM or Cloud LLM so you protect margin without blocking hard jobs.

  • Operator surface

    API keys, billing, analytics, and live product workspaces under one Gateway subscription.

Who it is for

  • Founding operators

    Buy Gateway, mint a key, and prove memory + routing before adding Lines or Connects.

  • Agency stacks

    Keep client constraints and prior outreach outcomes in one plane across tools.

Execute API

Call Stitchaxis Core from your stack

Remember

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"}'

Route

curl -sS https://www.stitchaxis.com/api/v1/products/core/execute \
  -H "Authorization: Bearer stx_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action":"route","prompt":"Score this lead and draft a short LinkedIn note"}'
Full developer guide →