Prerequisites

  • GitHub account with permissions to install an app
  • AWS account (12‑digit account ID) if you plan to inspect AWS
  • GCP project and service account (JSON key) if you plan to inspect GCP

1. Create a session

1

Open the app

Go to the chat and start a new session.
2

Send a message

Ask a question (for example, “List my EC2 instances”). The assistant streams responses and triggers activity as needed.
Placeholder: GIF of first message → streamed response → agent handoff

2. Connect providers (optional)

You can connect any subset. Provider connections can be added later.

3. Try a few things

  • “Show recent errors from CloudWatch group /aws/lambda/my-func”
  • “Explore my AWS resources by service and region”
  • “List GCP Compute Engine instances”
  • “Clone my repo and open a PR that updates README”

Environment and security

  • All actions run in an isolated workspace under /app
  • Shell commands and file edits are restricted to /app
  • Provider access is used only when a task requires it