List all orgs (available to the caller)
documentedList organizations available to the authenticated caller.
GET /api/v1/orgsOrgsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Using official WakaTime API docs, the endpoint to list a user’s organizations is GET /api/v1/users/current/orgs with base URL https://api.wakatime.com/api/v1/. Authentication is via OAuth 2.0 Bearer token (Authorization: Bearer <token>). See the Orgs section and the Authentication guidance in the docs. ([wakatime.com](https://wakatime.com/developers/))