What problem does it solve? Terra API account configuration normally requires clicking through the dashboard at dashboard.tryterra.co, which an AI agent cannot do. This Skill lets an agent read and change account state directly from the terminal with the terra CLI, covering environments, providers, webhook destinations, credentials, delivered events, users, team, and billing. ## Core Features & Use Cases - Account and environment management: Audit accounts, enable providers, configure data scopes, point webhook destinations, and compare environments using generated admin API commands. - Integration debugging: Trace missing or failed webhooks, resend events, triage a single user's missing data, and inspect payloads within the 14-day retention window. - Direct API access and scripting: Call any admin or data API endpoint with terra api and terra data-api, with guardrails like --reveal, --yes, --dry-run, exit codes, and JSON/jq output filtering for CI pipelines. - Use Case: A webhook stopped arriving in production. The agent runs terra events list --env dev-prod --outcome failed, inspects the failing payload, discovers the destination points at a dead tunnel, and recreates it with the correct URL and a new signing secret. ## Quick Start Ask the agent to run terra whoami and terra environments list to verify the CLI is installed and authenticated, then have it list the enabled providers and webhook destinations for your environment.