Skip to content

CLI reference

The CLI is intentionally small. It supports discovery and diagnostics, not production workflow orchestration.

zeo-creator capabilities

List the complete capability catalog:

zeo-creator capabilities

Emit canonical JSON:

zeo-creator capabilities --json

Emit OpenAI-compatible function projections:

zeo-creator capabilities --projection openai

zeo-creator runtime-provider

Added in 0.5.4. Emit the complete installed inventory as one canonical JSON document for trusted Runtime provisioning:

zeo-creator runtime-provider

This performs no invocation or admission. Runtime supplies the verified environment_digest and generation to form Core's ProviderBinding, then uses the shared host for scoped discovery and calls.

zeo-creator doctor

Check the interpreter, exact Zeocore version, manifest discovery, and projection compatibility:

zeo-creator doctor --json

Contract schemas

List the stable contract catalog:

zeo-creator contracts list --json

Export the schemas bundled in the installed wheel:

zeo-creator contracts export --output=./schemas

Print one named contract version:

zeo-creator contract-schema --name=content-brief --version=1

zeo-creator --version

zeo-creator --version

What is intentionally absent

There is no daily-run, schedule, approve, publish, OAuth, credential, or daemon command. Those operations belong to Sovereign Agent, a ZEO runtime, or managed connection infrastructure.