API Key Authentication
Penelope uses API key authentication for secure access to the API. Each request must include your API key in thex-api-key header.
Obtaining Your API Key
Contact the Penelope team to receive your unique API key. Your key will be securely stored and validated.Making Authenticated Requests
Include your API key in thex-api-key header for all API requests:
Example Request:
Error Responses
403 Forbidden - Missingx-api-key header:
Security Best Practices
- Never expose your API key in client-side code, public repositories, or logs
- Store API keys as environment variables or in secure configuration management systems
- HTTPS required: All requests must use HTTPS in production
- Contact the Penelope team immediately if your API key is compromised
