Reference
Use reference pages when you need exact command names, endpoint shapes, or Python boundaries. Use tutorials when you need a guided workflow.
Start Here
| Need | Reference |
|---|---|
| Python facade, capture, query, reports, recovery APIs | API Reference |
| command syntax and output modes | CLI Reference |
| embedded local HTTP and UI routes | HTTP Reference |
Reading Rules
- Start with
Contextaunless the page explicitly says a lower-level surface is required. - Treat
contexta.api,contexta.runtime,contexta.common, andcontexta.surfacesas implementation details unless a reference page exposes a public boundary. - Prefer the shortest valid snippet on reference pages and full runnable examples in tutorials.