connecting... | | |
shadowlab.cc

Engineering intelligence
at machine speed.

9 AI services. 337ms inference. Mesh-native. White-label ready.

9 AI Services

AI Providers

Mesh Fleet

Try Shadow Lab

Send a message to the live API. Auto-routes to the best mode and model.

API Quick Start

# Chat (auto-detects mode)
curl -X POST https://api.shadowlab.cc/v2/chat \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"message":"your question here"}'

# Stream
curl -N https://api.shadowlab.cc/v2/stream \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"message":"generate a script"}'

# Providers
curl https://api.shadowlab.cc/v2/providers

# Modes: assistant, agent, crew, forge
# Missions: /v2/missions/templates
# Mesh: /v2/mesh/status