Base path
Endpoints
Attributes
Relationships
Policies are applied to Agents, Workspaces, and Projects. The Agent Gateway evaluates policies on every agent invocation.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Governance rules, access policies, and compliance configurations applied to platform resources and agents.
/v1/organizations/{organization_id}/policies
| Method | Path | Description |
|---|---|---|
GET | /v1/organizations/{org_id}/policies | List policies for an organization |
POST | /v1/organizations/{org_id}/policies | Create a policy |
GET | /v1/policies/{id} | Get a policy |
PATCH | /v1/policies/{id} | Update a policy |
DELETE | /v1/policies/{id} | Delete a policy |
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
organization_id | string | Parent organization reference |
name | string | Policy name |
type | enum | access, agent, compliance, data, operational |
scope | enum | organization, workspace, project, resource |
subject_id | string | Optional: ID of the scoped subject |
rules | array | Ordered list of policy rules |
enforced | boolean | Whether the policy is actively enforced |
created_at | datetime | ISO 8601 timestamp |
updated_at | datetime | ISO 8601 timestamp |
Was this page helpful?