API Keys

Authentication

The API uses an API key authentication system. Clients must include the X-API-Key header with every request.

  1. Clone the Repository

git clone https://github.com/macrocosm-os/folding.git
cd folding
  1. Access API keys stored in a JSON file (api_keys.json)

  2. Each key has an owner and rate limit

  3. Admin API keys can manage other keys

  4. Rate limiting enforced per API key

Last updated