What problem does it solve?
Adding AI-generated summaries to a Power Pages Single Page Application requires coordinating Web API site settings, table permissions, web roles, CSRF-authenticated service code, and Summarization site settings across multiple layers — a manual process that is error-prone and easy to misconfigure.
Core Features & Use Cases
- Search Summary API integration: Wires
/_api/search/v1.0/summary into custom search pages with citation parsing, disabled-state detection, and SPA citation-URL rewriting.
- Data Summarization API integration: Generates record-level and list-level summary calls against
/_api/summarization/data/v1.0/ with correct $select/$expand scoping mirrored from existing fetches.
- Layered delegation: Delegates Web API settings and table permissions to
/integrate-webapi and web roles to /create-webroles, then registers AI prompts via the ai-webapi-settings-architect agent.
- Use Case: A maker wants an AI-generated case summary with recommendations on a support-case detail page in their React Power Pages site; the skill generates the service code, prompt site settings, and permissions end to end.
Quick Start
Ask the agent to add an AI summary of cases to your Power Pages site's case detail page using the add-ai-webapi skill.