python3 <app>.py deploypython3 <app>.py run ...
./ara wrapper is not required for normal usage.
Prerequisites
- Python 3.10+
- User JWT (
ARA_ACCESS_TOKEN) for control-plane calls
1) Configure environment
Fromexamples/python-sdk:
2) Run locally first
local executes @app.local_entrypoint() without hitting remote APIs, so you can validate routing and payload shape quickly.
3) Deploy
.runtime-key.local by default.
4) Invoke workflows
run automatically injects run_id and idempotency_key if you do not provide them.
5) Send normalized inbound events
events auto-generates idempotency_key if omitted, and you can set one explicitly with --idempotency-key.
6) Setup + team actions
setup returns runtime readiness and webhook setup metadata for the app.
Canonical examples
Command summary (run_cli)
/sdk/reference.

