klaw.sh

Open-source AI agent orchestrator · OpenAI-compatible gateway

Online · v2026.03.29.1

API Endpoints

GET /health Health check
GET /v1/models List available agent models
POST /v1/chat/completions OpenAI-compatible chat completions

Quick Test

curl https://klaw.globe.computer/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"default","messages":[{"role":"user","content":"Hello"}]}'