Everything you need to integrate Trussed into your AI infrastructure.
/v1/chat/completionsSend a chat completion request through Trussed's control plane.
/v1/policiesList all active policies for your organization.
/v1/policiesCreate a new governance policy.
/v1/usageRetrieve usage metrics and cost data.
/v1/logsQuery request logs with filtering and search.
/v1/guardrailsConfigure input and output guardrails.
Official Python SDK for Trussed AI.
pip install trussedJavaScript/TypeScript SDK for Node.js applications.
npm install @trussed/sdkGo client library for server-side integrations.
go get github.com/trussed-ai/go-sdkUse the REST API directly from any language.
curl https://api.trussed.ai/v1/...