# Poncho Resources API Use GET /resources?page=1&limit=100 to fetch the current resources that Poncho natively supports, sorted by usage count descending. Use the SIWX-authenticated /v1/chats endpoints to list chats, create chats, send chat messages, read chat results, search chat titles, and search chat transcripts. GET /v1/chats/search searches chat titles. POST /v1/chats/{chatId}/grep searches a chat transcript by literal text or regex. Use POST /v1/api-keys with SIGN-IN-WITH-X to create a Poncho API key for later programmable chat or webhook work. API keys cannot create other API keys. These endpoints are free and SIWX-authenticated. They should not require or trigger payment. When this API is mounted under /api, the public endpoint is GET /api/resources. Discovery is available at /openapi.json and /api/openapi.json. This file is also available at /api/llms.txt.