Open Beta Archipelag.io is in open beta until June 2026. All credits and earnings are virtual. Read the announcement →

Quickstart

Go from zero to working API call in 2 minutes

Get up and running with Archipelag.io in under 2 minutes. Pick the guide that matches your stack:

{% card(title="CLI", href="/getting-started/quickstart/cli/") %} Install the CLI and chat in 3 commands.

curl

Make your first API call from the terminal.

Python SDK

pip install and chat in 5 lines.

Node.js SDK

npm install and chat in 5 lines.

OpenAI-Compatible

Drop-in replacement — just change the base URL.

{% end %}

Prerequisites

Before you start, you’ll need:

  1. An Archipelag.io accountSign up (free, no credit card required)
  2. An API key — Generate one at Settings → API Keys
  3. Credits — New accounts include free credits to get started

Set your API key as an environment variable:

export ARCHIPELAG_API_KEY="your-api-key-here"