Puchify

Agent API

AI agent threads and messages.

List agent threads

GET /api/v1/agent/threads

Create a thread

POST /api/v1/agent/threads
FieldTypeRequiredDescription
titlestringnoThread title (default: "New thread")

Get a thread

GET /api/v1/agent/threads/{id}

List messages

GET /api/v1/agent/threads/{id}/messages

On this page