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

Clone the Repository
git clone https://github.com/macrocosm-os/folding.git
cd folding
Access API keys stored in a JSON file (
api_keys.json
)Each key has an owner and rate limit
Admin API keys can manage other keys
Rate limiting enforced per API key
Last updated