What problem does it solve? Controlling who can view or edit tables, workflows, and agents in a Frontline workspace requires resolving valid user and team IDs, understanding per-resource access levels, and applying full-replace permission configurations, which is error-prone without guidance. ## Core Features & Use Cases - Permission Inspection: Read the current sharing configuration of any table, workflow, or agent, including workspace default, team and user levels, and your own effective access. - Full-Replace Configuration: Set workspace, team, and user access levels in one call, with levels tailored per resource type (FULL_ACCESS, VIEW, NONE, CAN_INTERVENE for agents). - ID Resolution: List valid account users and teams before applying permissions to avoid invalid-id errors. - Use Case: Lock down a sensitive data table so only the Sales team can view it and one analyst can edit it, by setting workspace to NONE and granting explicit team and user levels. ## Quick Start Ask the assistant to lock down table 42 so only user 5 has full access and team 3 can view it, using the Frontline sharing commands.