Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Query selected Veryfront fields from typed clients.
curl https://api.veryfront.com/graphql \ -H "Authorization: Bearer $VERYFRONT_API_KEY" \ -H "Content-Type: application/json" \ -d '{"query":"query { projects { id slug name } }"}'
projects