curl --request POST \
--url https://prod.featherhq.com/api/v1/agent/version/{versionId}/share \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"secondsLimit": 1
}
'{
"id": "<string>",
"shareToken": "<string>",
"agentVersionId": "<string>",
"secondsLimit": 123,
"secondsUsed": 123,
"createdAt": "<string>"
}Generate a shareable link for a specific agent version. Returns existing link if one already exists.
curl --request POST \
--url https://prod.featherhq.com/api/v1/agent/version/{versionId}/share \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"secondsLimit": 1
}
'{
"id": "<string>",
"shareToken": "<string>",
"agentVersionId": "<string>",
"secondsLimit": 123,
"secondsUsed": 123,
"createdAt": "<string>"
}x > 0