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