Microforge API

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

  1. Generate your API key at https://oss.microforge.studio/api_settings
  2. Include it in the x-api-key header with every request

Rate Limits

500 requests per minute per API key