You're viewing a demo portfolio

Join the waitlist
PRSM

clerk.create_admin_portal_link_token

Active

Tool of Vee3

declared in 1.27.1

Create an admin portal link token in a connected Clerk instance. **Sensitive** — the returned token is a single-use deep-link secret; do not log or expose it. Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account. Cost = 15 tokens.

Parameters schema

{
  "type": "object",
  "title": "create_clerk_admin_portal_link_tokenArguments",
  "properties": {
    "scopes": {
      "anyOf": [
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        {
          "type": "null"
        }
      ],
      "title": "Scopes",
      "default": null,
      "description": "Optional scopes for the link (for example \"admin_portal:read\")."
    },
    "it_contact_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "It Contact Id",
      "default": null,
      "description": "Optional opaque IT contact reference for the link."
    },
    "organization_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Organization Id",
      "default": null,
      "description": "Optional organization id (org_...) to scope the admin portal link."
    },
    "clerk_instance_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Clerk Instance Id",
      "default": null,
      "description": "Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account."
    },
    "seconds_until_expiration": {
      "anyOf": [
        {
          "type": "integer",
          "maximum": 86400,
          "minimum": 1
        },
        {
          "type": "null"
        }
      ],
      "title": "Seconds Until Expiration",
      "default": null,
      "description": "Link token lifetime in seconds (default 3600, max 86400)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
clerk.create_admin_portal_link_token — Vee3 — PRSM MCP