Files
roboco/usage.md
T

14 lines
764 B
Markdown
Raw Normal View History

2025-12-14 22:05:34 +01:00
# RoboCo Usage Guide
> **This guide has moved.** Operating RoboCo is now documented in the full docs site at **[docs.roboco.dev](https://docs.roboco.dev)** (source under [`docs/`](docs/)).
2025-12-14 22:05:34 +01:00
Jump straight to:
2025-12-14 22:05:34 +01:00
- **[Your first task](docs/get-started/first-task.md)** — hand the company work and watch it run.
- **[Operating the Panel](docs/panel/index.md)** — a page-by-page reference for the control panel.
- **[The task lifecycle](docs/company/task-lifecycle.md)** — the states every task moves through.
- **[Cost & observability](docs/operations/cost-and-usage.md)** — token usage, cost, and resource footprint.
- **[API reference](docs/api/rest-api.md)** — creating and monitoring tasks over the API.
2025-12-14 22:05:34 +01:00
Preview the site locally with `make serve-docs`.