miro
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name MIRO_TOKEN or zero doctor check-connector --url https://api.miro.com/v1/oauth-token --method GET
Base URL
https://api.miro.com
Miro officially uses OAuth 2.0, but apps in the Developer Portal can issue a non-expiring access token (service-account style). The MIRO_TOKEN environment variable holds that token; all requests pass it as Authorization: Bearer $MIRO_TOKEN.
Official docs:
https://developers.miro.com/reference/overview
How to Use
1. Verify Current Token
Inspect the current access token (scopes, team, user):