Skip to main content

GET /health

Health check endpoint for monitoring.

Request

Response

Response Fields


GET /state

Get the current agent state.

Request

Response

Response Fields


GET /logs

Get activity logs.

Request

Query Parameters

Response

Response Fields

Log Entry Fields


POST /tick

Manually trigger an agent tick. Requires authentication.

Request

Response

Response Fields

Error Response


POST /wake

Wake the agent with a note. Useful for external triggers.

Request

Request Body

Response


POST /feed

Apply a feed event to modify agent state.

Request

Request Body

Response


WebSocket: Subscribe to State

Using Convex React client:
Using vanilla JavaScript: