Authentication
All Everday API endpoints require authentication using an API key.Each organization is assigned a unique API key, which must be included in every request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate requests in the Everday API
curl -X GET "https://api.ever.day/skillsets" \
-H "x-api-key: YOUR_API_KEY"