Authentication
All API endpoints require authentication using an API key. The API key should be included in the Authorization
header of each request using the following format:
Getting Your API Key
- Log in to your Flockx account at agents.flockx.io
- Navigate to API Keys
- Generate a new API key or copy an existing one
Example Request
Security Best Practices
- Keep your API key secure and never share it publicly
- Rotate your API keys periodically
- Use different API keys for development and production environments
- Never commit API keys to version control