DEVELOPER PLATFORM

Build with IIO AI

Zugang zu Enterprise-AI-Infrastruktur. OpenAI-kompatible API, EU-Datenhaltung, Governance by Default. Kostenlos starten — skalieren wenn du bereit bist.

28
MCP-Server
8+
AI Modelle
EU
Datenhaltung
OSS
Open Source

🧑‍💻 Zwei Entwickler-Profile

Profil A — AI-Anwendungsentwickler
"Ich will AI-Features bauen ohne eigene Infrastruktur."

OpenAI-kompatible REST API. Developer API Key. Rate-Limits. Billing nach Tokens. Kein Server-Setup.

REST API OpenAI-kompatibel EU-konform
Profil B — IIO-Node-Entwickler (Builder)
"Ich will IIO als Betriebsmodell für mein Systemhaus deployen."

Vollständige Seed-Dokumentation. Node-Projektions-Tooling. Community-Support. Operator-Manual (12 Bände).

Open Source Self-hosted Matrix Community

💳 Preismodell

Tier Requests Modelle Preis
Free 1.000/Monat qwen2.5:7b kostenlos
Pro 50.000/Monat alle Modelle 29€/Monat
Enterprise unbegrenzt eigene Cell ab 149€/Monat
Node-Builder (Profil B): Seed kostenlos · Consulting ab 499€/Monat

⚡ 5-Minuten Quickstart

Kein Account erforderlich für den ersten Test — API Key über quickstart.html generieren.
1. Health-Check
curl https://api.iio.space/v1/health \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response: {"status":"ok","cells":4,"models":8}
2. Ersten Chat-Request
curl https://api.iio.space/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen2.5:7b",
    "messages": [
      {"role":"user","content":"Was ist AI Governance?"}
    ]
  }'
→ Vollständiger Quickstart

📡 API Endpunkte

OpenAI-kompatibel

Authentifizierung

Authorization: Bearer iio-dev-{32-char-hex}
X-IIO-Tenant: {tenant-id}    # optional

Rate Limits

→ Vollständige API-Docs

🚀 Developer Onboarding

Profil A — API-Entwickler

1
Account anlegen
iio.space/developers → Sign Up → Email-Verify
2
API Key generieren
Developer Portal: "New API Key" — einmalig angezeigt
3
Health-Check testen
GET /v1/health — Expected: {"status":"ok"}
4
Community beitreten
Matrix: #iio-developers

Profil B — Node-Builder

1
Seed klonen
git clone https://gitlab.iio.space/iio/seed
2
Node ableiten
bash specs/scripts/project-seed-to-node.sh
3
Operator Manual lesen
12 Bände — Band 0 als Einstieg, Band X als Story
4
Session starten
bash specs/scripts/session-start.sh

🏗 Was wurde gebaut