API overview
Endpoint families exposed by DLaaS via the Portal BFF.
The Portal proxies the DLaaS API at /api/proxy/dlaas/*. The path under
/api/proxy/dlaas/ is forwarded verbatim to the upstream /dlaas/... path
on DLAAS_BASE_URL.
Endpoint families:
- Interactions:
POST /v1/instances/{ai_id}/interactions - Lifecycle:
wake,sleep,status,feedback,data/export,data/delete - Catalog:
blueprints,verticals,substrate-profiles,protocols,tool-policies,training-policies - Audit:
audit/events,audit/traces/{session_id} - Artifacts:
artifacts,artifacts/{artifact_id}/promote - Eval:
eval/runs,eval/runs/{run_id}/approve - Webhooks & events:
webhooks,events/stream - Usage / quota / billing:
usage,quota,billing/events - Consents & policies:
consents,policies
For a fully-rendered, try-it-now reference, open API Bench.