User documentation¶
End-user docs for Kneo Agent Platform. Two audiences live here — application developers writing YAML specs and calling the API, and operators / SRE deploying and running the service. Pick a reading order below.
For the top-level docs index see docs/README.md.
Application developer reading order¶
- quickstart.md — install to running, ~15 min.
- cli.md — CLI usage patterns; generated reference is cli_reference.md.
- service_api.md — HTTP API contract with
curlexamples. - examples.md — annotated walk through
examples/. - tutorial_custom_tool.md — end-to-end custom-tool tutorial.
- human_in_the_loop.md — pause/resume walkthrough.
- project_config.md —
.kneo/config.yamlreference.
Operator / SRE reading order¶
- tutorial_postgres_deployment.md — zero to running on PostgreSQL, ~30 min.
- deployment.md — Docker, Compose, persistence selection.
- environment.md — every environment variable.
- tls_and_proxy.md — reverse proxy, TLS termination, trusted-proxy headers.
- security_hardening.md — pre-launch hardening checklist.
- observability.md — structured logs, OpenTelemetry, what to watch.
- backup_and_recovery.md — backups, verified restore, rollback after a failed upgrade.
- upgrade.md — upgrade procedure and version-specific notes.
- incident_response.md — on-call triage tree and
/readyzfailure matrix. - troubleshooting.md — symptom-indexed runbook.
- deployment_smoke.md — smoke-test command sequences.
Notes¶
- cli_reference.md is generated by
docs/script/generate_reference_docs.py. CI runs it with--checkand fails on drift. - The HTTP API's raw OpenAPI spec lives at
docs/pub/openapi.json. - Operator runbooks have a release-engineering counterpart in
docs/plan/— see release_checklist.md and staging_release_runbook.md.
Pages¶
- Quickstart
- Platform service API
- CLI usage
- Kneo Serv CLI Reference
- Examples
- Run with Docker
- Human-in-the-loop walkthrough
- Tutorial: writing a custom tool end-to-end
- Tutorial: deploying with PostgreSQL from zero
- Deployment
- Environment variables
- TLS and reverse proxy
- Security hardening
- Observability
- Backup and recovery
- Upgrade guide
- Incident response
- Troubleshooting
- Deployment smoke test
- Project
.kneo/config