AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/policy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"src": "<string>"
}
'{
"message": "<string>"
}Updates the policy in Oso Cloud. The policy should be represented as a string containing Polar code.
curl --request POST \
--url https://api.osohq.com/api/policy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"src": "<string>"
}
'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://www.osohq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?