What problem does it solve?
This skill helps decide and implement permissions and authorization boundaries for VTEX IO apps, covering manifest policies, outbound-access rules, least-privilege design, and how service routes or integrations map to explicit permissions. Use for deciding who is authorized to call or consume a capability, adding new integrations, exposing protected routes, or reviewing app permissions for overreach or missing access.
Core Features & Use Cases
- Decide which policies are required for a given integration.
- Align outbound-access, app policies, and resource-based access on protected routes.
- Review and minimize permissions while preserving needed capabilities.
- Use Case: When integrating a new external service to a VTEX IO app, determine the minimal policies needed to call the service and protect endpoints.
Quick Start
Review your VTEX IO app's required permissions and apply minimal, explicit policies in manifest.json to protect resources.