PokeePokee Enterprise API

API reference

Stable v1 endpoint reference.

PathStable sinceNotes
/healthv1Liveness check (no auth)
/v1/sessions/*v1All session lifecycle
/v1/sessions/{id}/files/*v1All file I/O
/v1/skillsv1List custom skills installed in the workspace
/v1/skills/{name}v1Install (POST zip) / uninstall (DELETE) a custom skill. See Skills
/v1/sessions/{id}/messagesv1SSE streaming. Returns X-Response-Id header. Every event carries a standard SSE id: <seq> line and a data.sequence_number mirror — pick whichever your client reads more easily. Optional Idempotency-Key for safe retries — see Idempotency.
/v1/sessions/{id}/responses/{rid}/eventsv1GET — resume a session-turn stream after disconnect. See Resume.
/v1/sessions/{id}/responses/{rid}/cancelv1POST — abort an in-flight session turn. See Cancel.
/v1/sessions/{id}/tool_resultsv1Resume a session-mode tool call. See Tool calling
/v1/responsesv1Stateless OpenAI-compatible function calling. Returns X-Response-Id header. Optional Idempotency-Key for stream=true retries. See Tool calling.
/v1/responses/{rid}/eventsv1GET — resume a /v1/responses stream after disconnect. Auth-scoped to original caller. See Resume.
/v1/responses/{rid}/cancelv1POST — abort an in-flight /v1/responses stream. See Cancel.
/v1/usagev1Includes both rate-limit and credit balance

Future endpoints will be additive within /v1/. Breaking changes (if any) will land under /v2/.