POST
/
api
/
v2
/
agent
/
{agentId}
/
versions
curl --request POST \
  --url https://api.vida.dev/api/v2/agent/{agentId}/versions \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "Holiday-2025",
  "source": "staging"
}'
{
  "success": true,
  "createdVersion": {
    "title": "Holiday-2025",
    "versionId": 1750195000123
  }
}

Authorizations

token
string
query
required

Vida API Token

Path Parameters

agentId
string
required

Agent Id to snapshot

Body

application/json

Response

201 - application/json

Snapshot stored

The response is of type object.