1. Create an API key
Open Veryfront, sign in, and create an API key in Studio. Store it outside source control.Terminal
2. Call REST
Terminal
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Make a first REST request with a Veryfront API key.
export VERYFRONT_API_KEY="<API_KEY>"
curl https://api.veryfront.com/projects \
-H "Authorization: Bearer $VERYFRONT_API_KEY"
| API | Next step |
|---|---|
| REST | Use REST API |
| GraphQL | Use GraphQL API |
| MCP | Use MCP API |