stacktree_create_share_link
verifiedv0.1Mint a revocable guest link and copy it. Requires a signed-in Stacktree session.
Updated 7/11/2026 · Created 7/11/2026
Input Schema
{
"type": "object",
"required": [
"site",
"expires"
],
"properties": {
"site": {
"type": "string",
"description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
},
"expires": {
"enum": [
"24 hours",
"7 days",
"30 days"
],
"type": "string",
"description": "How long the link works"
}
}
}Full Contract
{
"name": "stacktree_create_share_link",
"description": "Mint a revocable guest link and copy it. Requires a signed-in Stacktree session.",
"inputSchema": {
"type": "object",
"required": [
"site",
"expires"
],
"properties": {
"site": {
"type": "string",
"description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
},
"expires": {
"enum": [
"24 hours",
"7 days",
"30 days"
],
"type": "string",
"description": "How long the link works"
}
}
}
}GET /api/tool/stacktr.ee/stacktree_create_share_link