Register a Dome instance URL for an agent (called by Dome at runtime).
Idempotent: safe to call on every Dome restart; each call overwrites the stored dome_url for that agent’s config.
cURL
curl --request POST \ --url https://api.example.com/v1/webhooks/register-dome \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dome_url": "<string>" } '
{ "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dome_url": "<string>", "status": "ok" }
Request body for register-dome webhook.
The agent being protected
Team that owns the agent
Base URL of the Dome instance
1 - 2083
Successful Response
Success response for register-dome webhook.
Was this page helpful?