Resources API
Manage agents, skills, rules, and commands via the API.
The Resources API provides a unified interface for managing all resource types (agents, skills, rules, commands) across the three-tier inheritance model.
Effective content (bulk sync)
GET /api/v1/resources/effectiveReturns the effective (merged) content for all resources. This is the primary endpoint used by the CLI during sync.
Query parameters:
| Parameter | Description |
|---|---|
organization_id | Organization scope |
project_id | Project scope (optional) |
resource_type | Filter by type: agent, skill, rule, command |
Single effective content
GET /api/v1/resources/:id/effectiveReturns the merged content for a single resource.