PokeePokee Enterprise API

Limits and errors

Default usage limits and HTTP error codes.

Limits

LimitDefault
Concurrent sessions10
Turn timeout90 minutes
Session TTL4 hours (overridable per-call via ttl)
Hourly turns300
Hourly tokens20M
Daily turns5000
Daily tokens200M
Max upload size~100 MB per call
Max workspace size100 GB

Any of these can be raised on request.

Error codes

StatusMeaning
400Malformed request body or invalid params
401Bearer token missing or invalid
402Insufficient credits (hard mode only)
403Path outside session scope, or invalid file path
404Session not found, file not found, endpoint not enabled
409Session is busy with another message
413Upload exceeds size limit
416Bad Range header
429Usage limit exceeded
500Server error — please retry with backoff
503Service degraded (rare)

Error body shape: {"error": "<short_name>", "message": "<human description>"}.

On this page