For AI agents: visit https://docs.catio.tech/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
get_workspace_info — orient yourself
get_workspace_context — load full requirements into context
- Ask Archie or search recommendations from there
get_workspace_context — full requirements picture
search_inventory_components — find relevant components
search_inventory_relationships — see what accesses what
ask_archie → get_archie_response — synthesise
search_recommendations with status: ["NEW","PINNED"], sort_by: "roi"
get_recommendation for the top result — full implementation plan
ask_archie — "given my architecture, how hard is this to implement?"
search_inventory_components with search: "service-name"
search_inventory_relationships with component_id — all connections
get_inventory_component for the interesting ones — full cloud attributes
get_workspace_context — all constraints in one call
search_recommendations — any existing proposals on the topic
ask_archie — "what should I be thinking about when designing X?"