generated: '2026-08-26' method: generated source: openapi/pixiebrix-openapi.yml + https://docs.pixiebrix.com/developer-api api: PixieBrix Developer API base_url: https://app.pixiebrix.com/api/ note: >- PixieBrix publishes no AGENTS.md and no provider-authored agent skills - the docs site was checked (429-entry llms.txt) and the GitHub org (18 repos). These four skills are GENERATED by API Evangelist from the provider's own OpenAPI 3.0.2 document and developer documentation. Every operationId referenced was verified against openapi/pixiebrix-openapi.yml; none is invented. Each skill carries the cross-cutting rules that are NOT in the contract - no idempotency keys, no declared error responses, the records-endpoint pagination exception, and the absence of any published recovery window on deletes. skills: - name: pixiebrix-onboard-team-member file: pixiebrix-onboard-team-member.md description: Invite a person to a PixieBrix team, place them in the right authorization group, and confirm deployed mods reach them. operations: 8 - name: pixiebrix-deploy-mod-to-group file: pixiebrix-deploy-mod-to-group.md description: Publish a mod/package version and deploy it to a group of end users, then watch for runtime errors. operations: 11 - name: pixiebrix-manage-database-records file: pixiebrix-manage-database-records.md description: Read, write and clean up records in a PixieBrix team database within its plan quota and schema. operations: 13 - name: pixiebrix-audit-agent-activity file: pixiebrix-audit-agent-activity.md description: Review activity governance - policies in force, security events, shadow-AI detections and the admin audit trail. operations: 12 cross_links: conventions: conventions/pixiebrix-conventions.yml errors: errors/pixiebrix-problem-types.yml authentication: authentication/pixiebrix-authentication.yml rate_limits: rate-limits/pixiebrix-rate-limits.yml data_model: data-model/pixiebrix-data-model.yml