Introduction
This API provides access to Microforge's OSS APIs
Base URL: https://api.microforge.studio/v1
Quick Start
Make your first API call to get repository details:
curl -H "x-api-key: YOUR_API_KEY" \
"https://api.microforge.studio/v1/repos/rowboatlabs/rowboat"API Key Setup
- Generate your API key at https://oss.microforge.studio/api_settings
- Include it in the
x-api-keyheader with every request
Rate Limits
500 requests per minute per API key