Skip to main content
Verification provider tools manage the identity providers used to verify act-as claims. When an agent presents an end-user identity (act-as), Dome uses these providers to validate the claim via OIDC token verification or HMAC signature checking. These 3 tools require workspace context.

Verification Providers List

dome_verification_providers_list List verification providers configured in the current workspace. Permission: config.manage Returns each provider with its ID, name, verification method, and configuration details.
Example tool call

Verification Providers Create

dome_verification_providers_create Create a new verification provider. Permission: config.manage
Example — OIDC provider
Example — HMAC provider
After creating a provider, reference it in agent registration with the actas_method and provider ID to enable act-as verification for that agent.

Verification Providers Delete

dome_verification_providers_delete Delete a verification provider. Permission: config.manage
Deleting a provider breaks act-as verification for any agents referencing it. Update or remove agent verification configs before deleting the provider.

Next steps

Configure providers on delegated agents, then pass Act-As from the app: