Register Dome
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.
POST
Register Dome
Headers
Body
application/json
Last modified on April 21, 2026
Previous
Create DetectionCreate a new detection request.
This endpoint accepts a detection request and starts processing it
asynchronously. The response includes the detection ID which can be
used to poll for results via GET /detections/{id}.
Note: This endpoint does not require authentication to support
the Execution Flow test input feature.
Next
Register Dome