Skip to main content
POST
/
policies
/
{id}
/
apply
/
{agentId}
Apply a policy template to an agent
curl --request POST \
  --url https://api.getovra.com/policies/{id}/apply/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Path Parameters

id
string
required

Policy template ID

agentId
string
required

Response

Policy applied

ok
boolean