What problem does it solve? When running LLM agent workflows in CI/CD pipelines, you need a quick way to verify that your agentio profiles are configured correctly and that credentials for services like Gmail, Slack, and JIRA are still valid before automation runs. ## Core Features & Use Cases - Profile Overview: List every configured agentio profile in one command. - Credential Testing: Validate credentials against live APIs, or skip network calls with the --no-test flag for fast offline checks. - Machine-Readable Output: Use --json to pipe status into jq or hand it to another agent for automated decision-making. - Use Case: In a GitHub Actions workflow, run agentio status --json as a pre-flight check to confirm all service credentials are healthy before executing an inbox triage job. ## Quick Start Ask the agent to show all configured agentio profiles and verify their credentials are working.