## What problem does it solve?
The miroctl CLI reference removes friction when interacting with the Miro API from a shell by providing command patterns, auth and config guidance, and escape hatches for raw API calls so engineers and operators can script, debug, and automate board and workspace tasks without building custom HTTP clients.
## Core Features & Use Cases
- Auth & Config: Instructions for token storage, OAuth browser flow, profile management, and switching environments.
- CRUD for Boards & Items: Commands to list, get, create, update, delete, and bulk-manage boards, items, tags, groups, and more.
- Scripting & Automation: Support for pagination, json/jsonl output, raw api call wrapper, bulk operations, exports, audit logs, and enterprise features for CI/CD and operational workflows.
- Debugging & Edge Tasks: Raw API call escape hatch, verbose output and retry flags, and guidance for exports, legal holds, and audit retrieval not covered by higher-level tools.
### Quick Start
Authenticate with miroctl using a saved profile or token and run a command like miroctl boards list to retrieve boards as JSON for scripting and automation.