dynamics-webapi

Installation
SKILL.md

Dynamics 365 Skill

Read-only WebAPI access to a Dynamics 365 / Dataverse environment.

Prerequisites

The helper resolves authentication in this order:

  1. ./token.json, but only when it is present, has an accessToken, and is not expired.
  2. ~/.OpenDataverse/config.json, matched by the requested Dataverse URL. The matching token is loaded from ~/.OpenDataverse/tokens/token-<environmentId>.json.
  3. ~/.dynamics/token.json as the last reusable-token source.
  4. Azure CLI token generation only if no reusable source works.

The local ./token.json and ~/.dynamics/token.json files use the Azure CLI token shape:

Installs
14
GitHub Stars
1
First Seen
Jun 3, 2026
dynamics-webapi — schalk-conradie/skills