AXME
Everything you need to build with AXME
AXME documentation: quickstarts for Cloud, Mesh, and Code; SDK references for Python, TypeScript, Go, Java, and .
Documentation platform
Full quickstarts, SDK references (Python, TypeScript, Go, Java, .NET), API reference, and runnable examples live on the AXME docs site. This page links you there — content is not duplicated in the marketing repo.
Example: first intent (Python)
import axme
intent = await axme.submit(my_workflow, input={"order_id": "123"})
await intent.wait_for_human(task="approve", assignee="manager@co.com")
await intent.complete()While docs URL is finalized
Ship your first durable agent — in under 10 minutes.
Free tier. No credit card. Self-host or hosted — your choice.