Guide
Authenticate API requests
Use a workspace API key to authenticate server-side requests. Keep the key outside your repository and send it in the authorization header.
Send your first authenticated request
curl https://api.acme.dev/v1/projects \
-H "Authorization: Bearer $ACME_API_KEY"