Zelos developer portal

Everything needed to drive Zelos from code: the API and its OpenAPI specification, OAuth 2.0 authentication, the CLI, the SDKs for Python, Rust, and Go, and the machine-readable index this site publishes for agents.

Zelos API

The Zelos cloud API is the same OAuth-authenticated REST surface the Zelos CLI and desktop app use. It manages organizations, traces, notebooks, layouts, and tags.

Zelos authentication

Zelos uses OAuth 2.0. Terminals and agents use the device authorization grant (RFC 8628), so no browser redirect back to localhost is needed. Clients can register themselves.

Zelos CLI

The Zelos CLI drives the app, the agent, and the cloud from a terminal or from CI. It installs to ~/.zelos/bin and needs no elevated permissions.

Zelos SDKs

Stream typed, unit-aware data out of the code you already run. Schemas, units, and metadata travel with the data, so the app and the traces describe themselves.

Zelos resources for agents

Fixed paths an automated client can fetch without scraping. Every page on this site also returns markdown to a request that sends Accept: text/markdown.

Reading this site as markdown

Every page here serves a markdown representation from the same URL. Ask for it with an Accept header, or append .md to the path.

curl -H "Accept: text/markdown" https://zeloscloud.io/developers
curl https://zeloscloud.io/developers.md