SPEC.md
Review the specification.
You, your team, and your agents review the same contract before anything runs.
Read about SPEC.mdSet up Telos with your agent.
curl -fsSL https://usetelos.ai/install.sh | sh.telos login to sign in to Telos Cloud.telos-cli skill to get started.Draft SPEC.md with your coding agent; Telos background agents build, deploy, and evaluate it.
SPEC.md
You, your team, and your agents review the same contract before anything runs.
Read about SPEC.mdtelos apply
telos apply hands the approved specification to background agents that build and deploy the service.
Use telos applytelos describe
Ready means the deployed revision passed its acceptance checks and independent evaluation.
Inspect a deploymentEach Goal runs in its own machine. State and artifacts persist across agent sessions.
Python, Node.js, Clang, Bazel, Git
pytest, Playwright, Chromium
Kubernetes, Helm, OpenTofu
Database, network, and observability tools
Telos manages providers, routing, credentials, and usage behind stable interfaces.
Skills carry instructions, tools, and verification rubrics with the Goal. Telos resolves the exact bundle before work begins.
How skills workInternal tools and services shaped to your requirements, not someone else's defaults.
Read the docs
A persistent world and multiplayer backend, managed from one specification.
Run Postgres, Keycloak, Temporal, Kafka, and more from published specifications.
Yes. Your coding agent installs Telos, helps draft and review SPEC.md, then uses Telos to delegate long-running work to background agents.
No. Coding agents perform implementation work. Telos manages the Goal, execution environment, deployment, and independent evaluation.
Telos is not an IDE or app builder. It works with your repository and coding agent to turn a reviewed specification into production software.
An independent evaluator assesses the resulting revision against the Goal. Telos marks it Ready only after the evaluator accepts it.
The CLI and framework are open source. Telos Cloud provides managed execution and hosting.