atelier is the operator surface — the same public HTTP API the web application
uses. It never receives a database, storage, or connector credential.
The generated Atelier SDK is built from the independently reviewed
api/atelier.openapi.json contract and defaults to http://127.0.0.1:8080.
The reviewed CLI policy alone excludes browser
authentication ceremony such as /api/atelier/auth/** from Atelier commands. Eclipse has
its own public product SDK for Eclipse lifecycle and product authoring; neither
SDK can invoke Axiom, Mothership, or Panopticon.
deb, rpm, and apk packages. Source installs remain available
from a repository checkout with go install ./cmd/atelier.
For a deployed workspace, import one issued WorkOS access token over stdin and
verify it before storing it in macOS Keychain, Linux Secret Service, or Windows
Credential Manager:
axiom login reads and writes the same origin-keyed vault entry, so signing in
through either product CLI signs the other into that exact workspace. The
commands and route contracts remain separate. --token-file is retained only
as an explicit automation override or login import; normal interactive use has
no credential file.
Codex and MCP
Atelier publishes one MCP server in two transports. Local stdio uses the CLI’s origin-keyed vault credential:get_context, use search_catalog and get_contract instead of loading the
complete ontology, retain the returned dataset transaction across pages, and
cross plan_action then execute_action for every mutation. Every tool is an
ordinary /api/atelier/** call; MCP owns no credential, policy, review state,
database path, or connector path.
The repository plugin at plugins/bijection bundles this stdio server with the
Bijection operating skill for Codex distribution.
SDK quick start
The generated packages expose product-owned client names and ship from the same reviewed contract:eclipse model client generates a product-specific layer over these packages:
typed object query/get helpers, Function parameter and row types, Action
plan/execute helpers, and the model/catalog hashes the source was generated
from. Its Go, Python, and TypeScript outputs are compile-tested against the
current Atelier SDK.
Inspect
why_not paths without reading source rows or property values. --filter
filters only the current provider page; page with --cursor to inspect the live
organization without creating a member mirror in Atelier.
Ad-hoc SQL addresses the policy-scoped ontology.* relations only:
Change the world
All mutation goes through named actions.Files
Arrow output
For analytics as code, the same governed table is available in an explicit Arrow representation — without adding a second query doorway:Next or Close. To keep a batch
longer, call its Retain method and release that reference with Release when
finished. Close the reader when stopping early; cancellation stops the active
request without replaying partially delivered data.
RunArrowStream exposes a closeable byte reader, and RunArrowTo writes to an
io.Writer. Comparison, SQL, and ObjectSet services provide equivalent stream
and batch methods. FileContent().ReadStream and ReadTo consume the same
contextual file ticket as Read, support Range through WithHeader, and
preserve the response headers. Python and TypeScript clients expose their
existing stream_run_function_arrow and streamRunFunctionArrow iterators.
Select one active Project for an invocation with --work-scope kind/key.
atelier work-scopes list lists the available choices. The server keeps your
full identity and intersects every governed read with the selected Project.
Plans, files, and durable work retain that context.