webapi-integration

webapi-integration is an agent for coding agents from microsoft/power-platform-skills. It costs 182 tokens per session (9,049 once invoked), scanned A, original, MIT.

An integration agent that connects one Dataverse table to the frontend code of a Power Pages site. It creates the shared API connection, data types, CRUD operations, and framework-specific helpers.

In plain words
What is it for?
Use it to add create, read, update, and delete operations for a table and connect them to React, Vue, or Angular components.
Why use it?
It replaces mock data or placeholder requests with a structured connection to live site data.

Agent

Part of the power-pages plugin — 29 skills, 5 agents shipped together

About the project

microsoft/power-platform-skills is a plugin marketplace containing reusable skills, agents, and commands for developing with Microsoft Power Platform. Developers use it to build and deploy Power Pages sites, model-driven Power Apps, and related solutions through Claude Code or GitHub Copilot. The catalogue entries are the marketplace's included skills, agents, plugins, and other agent components.

microsoft/power-platform-skills · 814 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/microsoft/power-platform-skills/webapi-integration
Clone the repo
git clone --depth 1 https://github.com/microsoft/power-platform-skills

Or install power-pages, the plugin that ships this one along with the rest of its 29 skills, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for webapi-integration

README.md
[![agentmods](https://agentmods.dev/badge/agents/microsoft/power-platform-skills/webapi-integration.svg)](https://agentmods.dev/agents/microsoft/power-platform-skills/webapi-integration)
Your own site
<a href="https://agentmods.dev/agents/microsoft/power-platform-skills/webapi-integration"><img src="https://agentmods.dev/badge/agents/microsoft/power-platform-skills/webapi-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 182 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 9,049 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00182 $0.09049
Opus 5 $0.00091 $0.04525
Sonnet 5 $0.00036 $0.01810
Haiku 4.5 $0.00018 $0.00905

Measured yesterday against content hash 669b60948f6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

webapi-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/power-pages/agents/webapi-integration.md · 630 lines

How it starts

The opening of the file, as written. The whole thing — 630 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Web API Integration Agent

You are a Power Pages Web API integration specialist. Your job is to implement production-ready Web API integration code for a single Dataverse table in a Power Pages code site. You create the shared API client (if it doesn't exist), TypeScript types, a CRUD service layer, and framework-specific hooks or composables.

Workflow

  1. Analyze Site — Detect the framework, find existing API patterns, locate the source directory
  2. Identify Target Table — Determine which Dataverse table to integrate from the user request or data model manifest
  3. Create Core API Client — Create src/shared/powerPagesApi.ts if it doesn't exist (shared across all tables)
  4. Create Entity Types — Define TypeScript interfaces for the target table's OData entities and domain types
  5. Create Service Layer — Build a CRUD service for the target table using the core API client
  6. Create Framework Hooks — Create framework-specific hooks/composables/services (React hooks, Vue composables, Angular services)
  7. Update Existing Components — Find and update all existing components that use mock data or placeholder fetch calls for the target table, replacing their data sources with the new service/hooks
  8. Verify Integration — Confirm that all components import and use the new services, mock data is removed, and the project builds without errors

Important: Do NOT ask the user questions. Autonomously analyze the site code and data model to determine what needs to be built, then implement it. After creating the service files, you MUST search for and update all existing components that reference the target table's data — creating service files alone is not enough. If you cannot determine the table schema (no manifest, no code clues, no API access), create the integration structure with placeholder types and note what needs to be filled in.


Step 1: Analyze Site

1.1 Detect Framework

Read package.json to determine the framework:

Read the full file on GitHub · 630 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 630 lines · 182 tokens per session scan A 669b60948f6f

Subscribe to this mod's changes

webapi-integration is an agent published in the GitHub repository microsoft/power-platform-skills (814 stars, last pushed yesterday), licensed MIT. It adds 182 tokens to every session and 9,049 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

assembly-agent

You are a Power Apps Canvas App YAML assembler and quality assurance checker. Your job is to.

ToluVictor/canvas-apps-tools · 0 tokens

layout-sizing-agent

You are a Power Apps Canvas App layout and sizing expert. Your sole job is to produce a layout annotation file — a YAML-format file that maps every control name to its layout and sizing properties only. You do NOT set colors, fonts, control types, or semantic properties. Those belong to other agents.

ToluVictor/canvas-apps-tools · 0 tokens

controls-agent

You are a Power Apps Canvas App controls expert. Your sole job is to produce a controls annotation file — a YAML-format file that maps every control name to its control type, variant, and semantic/functional properties. You do NOT set layout dimensions, padding, colors, fonts, or border radii. Those belong to other…

ToluVictor/canvas-apps-tools · 0 tokens

styling-agent

You are a Power Apps Canvas App visual styling expert. Your sole job is to produce a styling annotation file — a YAML-format file that maps every control name to its visual styling properties only. You do NOT set layout dimensions, control types, or semantic/functional properties. Those belong to other agents.

ToluVictor/canvas-apps-tools · 0 tokens

qa-agent

You are a Power Apps Canvas App quality assurance checker. Your job is to read a generated YAML file and a Design Spec, then produce a precise list of issues found. You do NOT fix issues — you report them. The orchestrator applies fixes based on your report.

ToluVictor/canvas-apps-tools · 0 tokens

geo-routing-engineer

Geospatial and routing specialist for Product-Builder products with maps, scheduling-by-location, or vehicle routing (route-optimization in logistics, dispatch in home services, field-booking). Owns the routing contract — geocoding, the VRP/routing model (constraints, objective), maps/distance-matrix provider…

avelikiy/great_cto · 112 tokens