Use-case-first canonical Cloud runtime examples:
approval-workflow— single-actor auto-approval pathexternal-callback— waiting for an external callbackretry-workflow— automatic retry with backoffmulti-service-coordination— parallel child intentsmulti-actor-approval— two distinct actors (requester + approver), each with their ownactor_token
Each scenario includes:
.env.exampleREADME.mdpython/runnable flowtypescript/runnable flow
All examples in this directory run against AXME Cloud and require an API key from the landing page. Get API key: https://cloud.axme.ai/alpha
Environment model:
AXME_API_KEY- requiredAXME_BASE_URL- optional; defaults to AXME Cloud endpoint
For protocol-only examples without AXME Cloud runtime, see ../protocol/README.md.
For Go/Java/.NET usage snippets, see ../snippets/README.md.
