integrate-webapi Skill
Integrates Power Pages Web API into a site's frontend code with proper permissions and deployment. Orchestrates the full integration lifecycle: code integration, table permissions setup, and deployment for Dataverse CRUD operations. Use when the user wants to add Web API calls, connect to Dataverse, or add data fetchin Published by microsoft in power-platform-skills.
What is integrate-webapi Skill?
Integrates Power Pages Web API into a site's frontend code with proper permissions and deployment. Orchestrates the full integration lifecycle: code integration, table permissions setup, and deployment for Dataverse CRUD operations. Use when the user wants to add Web API calls, connect to Dataverse, or add data fetchin Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Data analysis
- Deployment use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use integrate-webapi Skill
- Use it for deployment.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-pages/skills/integrate-webapi/SKILL.md
What it does
Integrates Power Pages Web API into a site's frontend code with proper permissions and deployment. Orchestrates the full integration lifecycle: code integration, table permissions setup, and deployment for Dataverse CRUD operations. Use when the user wants to add Web API calls, connect to Dataverse, or add data fetchin
Skill instructions
Plugin check: Run node "${PLUGINROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding. Integrate Web API Integrate Power Pages Web API into a code site's frontend. This skill orchestrates the full lifecycle: analyzing where integrations are needed, implementing API client code for each table, configuring permissions and site settings, and deploying the site. Core Principles - First table sequential, then parallel: The first table must be processed alone because it creates the shared powerPagesApi.ts client. Once that exists, remaining tables can be processed in parallel since each creates independent files (types, service, hooks). - Parallelize independent agents: The table-permissions-architect and webapi-settings-architect agents are independent — invoke them in parallel rather than sequentially. - Permissions require deployment: The .powerpages-site folder must exist before table permissions and site settings can be configured. Integration
Explore related resources
Frequently asked questions
What is integrate-webapi?
integrate-webapi is a open-source AI agent skill with Copy skill directory. Integrates Power Pages Web API into a site's frontend code with proper permissions and deployment.
Who is integrate-webapi best for?
integrate-webapi is best for reusing agent instructions, scripts, and references, deployment workflows, data analysis workflows.
How do I install integrate-webapi?
Install or run integrate-webapi using Copy skill directory. Check integrate-webapi for the latest setup command.
Is integrate-webapi actively maintained?
integrate-webapi may need a closer maintenance check before production use.
Auto-fetched from GitHub.