AGI

API docs.

OpenAI-compatible endpoints. Bring your own key, route to any of the wired providers, stream tokens back. The gateway is the same engine the apps use; the API just exposes it.

Quick start

curl example
$ curl https://agiworkforce.com/api/llm/v1/chat/completions \
    -H "Authorization: Bearer $YOUR_KEY" \
    -H "Content-Type: application/json" \
    -d '{"model": "auto", "messages": [{"role":"user","content":"hello"}] }'

Reference

The public OpenAPI bundle, Postman collection, and SDK examples open with the July 12 release. For now, use the quick-start route and BYOK setup guide.