Skip to main content
POST
/
api
/
v1
/
agent
/
version
/
{versionId}
/
share
Create a shareable link for an agent version
curl --request POST \
  --url https://prod.featherhq.com/api/v1/agent/version/{versionId}/share \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "token": "<string>",
  "agentVersionId": "<string>",
  "createdAt": "<string>",
  "revoked": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

versionId
string
required

Response

Shareable link created successfully

id
string
required
token
string
required
agentVersionId
string
required
createdAt
string
required
revoked
boolean
required