clerk.create_admin_portal_link_token
ActiveTool of Vee3
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries