Back to skills

preset-admin

Manage Preset teams, workspaces, memberships, invites, role identifiers, seat checks, and audit logs through direct Management API calls. Use only for direct API workflows; Do not use for MCP-only work.

Richard Fogaca NienkotterRichard Fogaca Nienkotter
Updated 6/5/2026
View source

Documentation

preset-admin

Use for Preset Management API administration beyond read-only workspace discovery.

Always

  • Use preset-api first for auth/client setup.
  • Default to read-only preflight and ID/role lookup.
  • Resolve team, workspace, user, invite, and role identifiers from API responses before mutations.
  • Get explicit confirmation before role changes, invites, member removals, workspace lifecycle actions, audit downloads, or any write.
  • Use preset-roles-permissions for permission-sensitive role/access changes.

Decision Rules

  • Classify membership role and invite changes as approval-gated mutations.
  • Use metadata reads for membership, role, invite, and audit inspection.
  • Require target and effect summary before any access change.
  • Avoid applying invite or member role changes until approval is explicit.

Workflow Order

  1. Identify team, workspace, user, invite, member, and role identifiers.
  2. Inspect membership, role, invite, and audit metadata.
  3. Prepare approval summary with target and expected effect.
  4. Stop before invite, member role, removal, or workspace change.

Retrieve

Do Not

  • Do not use internal /api-internal/*, billing/payment, SCIM, API key CRUD, permission/DAR/RLS, or database connection mutation routes from this skill.

Files (6)

Related Skills

No related skills found