GuidesChangelogDiscussions
Log In
Guides

Architecture Inventory Prompts

Your cloud infrastructure — EC2 instances, RDS databases, Lambda functions, S3 buckets, Kubernetes workloads, and everything else that has been discovered by Catio's extractors.

Get an overview

"Give me a summary of my architecture inventory" "What types of components do I have? How many?"

Returns component counts by category and type, relationship types, last updated time.

Find components

"Show me all my database components" "Find all Lambda functions tagged Environment=production" "What AWS compute resources do I have?" "Find components related to payments"

Supports filtering by category (Compute, Database, Storage, Network, Security), type (EC2 Instance, RDS, Lambda, S3 Bucket, EKS Cluster), cloud (AWS, Azure, GCP, k8s), and tags. The search field does a simple substring match — keep it to a single keyword.

Inspect a component

"Show me the full details of the payments-api component" "What region and VPC is that RDS instance in?" "What's the ARN of that Lambda?"

Fetches cloud-specific attributes (instance type, region, ARN, VPC, engine version, etc.).

Explore connections

"What is the payments-api connected to?" "What depends on the auth-service?" "What components does the orders database talk to?" "Show me all Dependency relationships in my workspace" "What encrypts the database?"

Use component_id to find all connections in either direction. Use source_component_id or target_component_id for directional queries. Filter by relationship type (Dependency, Parent-Child, Network) or subtype (encrypts, logs-to, deploys-to, manages, reads-from, writes-to).