Documentation Index
Fetch the complete documentation index at: https://docs.opentaco.dev/llms.txt
Use this file to discover all available pages before exploring further.
The API of the Digger Orchestrator is neither stable, nor fully documented.
Use at your own risk. For full reference of API endpoints, check out
/backend/bootstrap/main.go
Authorization
Every request you make to the API must include a Bearer token for authorization. You can pass this token in the headers of your HTTP request with the keyAuthorization and the value Bearer YOUR_TOKEN.
YOUR_TOKEN with your admin or access token.
Retrieve Policy Rules
- For a specific project:
- For an entire organisation:
:namespace and :projectName or :organisation should be replaced with actual values that represent your project or organization.
Update Policy Rules
- For a specific project:
- For an entire organisation:

