Steps
- Create an API key in Veryfront Studio.
- Store the key in a secret manager or local environment file.
- Send the key in the
Authorizationheader. - Keep API keys out of browser code.
Authorization header
Authorization header
Try it with REST
Set the key:Terminal
GET /projects
Terminal
API surfaces
| Surface | Start here |
|---|---|
| REST | REST authentication, REST overview |
| GraphQL | Current User |
| MCP | Get Current User |
Verify
Confirm the response returns projects you can access. Do not call Veryfront APIs with API keys from browser code. Use a server route or backend service for requests that need a secret key. Project-scoped requests also need access to the target project.Next
| Goal | Page |
|---|---|
| Create an API key | Create API key |
| Manage project access | Manage project access |
| Compare API surfaces | API reference |