Power Platform custom connectors for AI APIs.
| Connector | Provider | Status |
|---|---|---|
| Claude | Anthropic | Production |
| Gemini | In Development |
Deploy a specific connector to an environment:
gh workflow run "Deploy Connector to Power Platform" \
-f connector=claude \
-f environment=development \
-f action=updateDeploy to all environments:
gh workflow run "Deploy Connector to Power Platform" \
-f connector=claude \
-f environment=all \
-f action=update