- API:
/v1 - MCP:
/mcp
API Reference
All endpoints live under/v1.
Response envelope
List endpoints return data under adata key:
Pagination
List endpoints use cursor pagination. Request parameters:limit: defaults to10; maximum is25.cursor: pass thedata.pagination.next_cursorvalue from the previous page.