Installation
Setup
Resources
The client exposes one property per resource. Each resource provides standard CRUD methods (create, list, get, update, delete) plus resource-specific methods where applicable.
client.sinks
Manage Sinks — named containers for agent-produced information.
client.sinkItems
Manage Items — structured records written to sinks.
client.agents
Manage Agents — registered AI agents with status tracking.
client.agentConfigurations
Manage Configurations — versioned, schema-validated agent settings.
client.agentSessions
Manage Sessions — durable execution records.
client.agentSessionInputRequests
Manage Input Requests — human-in-the-loop prompts.
client.agentSessionActivities
Manage Activities — structured session event logs.
Pagination
List endpoints return paginated results using trail-based pagination:list methods accept $limit (max items per page, default 50) and $trail (cursor from a previous response).
