axiom is the public AI-operation surface. It calls only /api/axiom/** and
never receives product-authoring, deployment, database, connector, or Atelier
Action-execution authority.
login verifies the credential through its own whoami
route; either logout removes the shared vault entry. --token-file is an
explicit automation override or login import, not the interactive persistence
mechanism.
The generated Go, Python, and TypeScript Axiom SDKs are built from the
independently reviewed api/axiom.openapi.json contract and contain only Axiom routes.
They are published as axiom for Go and Python and @bijection/axiom for
TypeScript. Axiom can plan or propose a world change, but only an ordinary
Atelier Action can execute it after current-authority revalidation and review.
--work-scope kind/key to keep a conversation or an operational Agent Run
inside one active Project. Discover choices with atelier work-scopes list.
Every request rereads your membership; existing conversations and Agent results
stay bound to the scope in which they were created.