Guides
Framework Integrations
Drop-in adapters for popular AI agent frameworks. Each integration exposes Credian capabilities as native tools within the framework.
LangChain
The LangChain integration provides a CredianTool that wraps score lookups, event reporting, and score history as a single LangChain-compatible tool with multiple actions.
The tool supports three actions: check_score, report_event, and get_score_history.
CrewAI
CrewAI integration exposes individual capabilities as separate tools, ideal for assigning specific tools to different crew member roles.
Available factory methods: score(), reportEvent(), history().
Vercel AI SDK
The Vercel AI SDK adapter returns a tools object compatible with generateText and streamText.
Returns three tools: checkScore, reportEvent, and getScoreHistory.
Common patterns
Trust-gated actions
Check a counterparty's trust score before allowing a transaction.
Auto-reporting from framework callbacks
Wire up event reporting in your agent's task lifecycle hooks to build score automatically.
Agent bank accounts & payments Coming soon
FBO bank accounts, ACH/wire payments, and policy-gated transactions for AI agents are coming in the next phase. The same SDK client will expose client.bank.* methods with no migration needed.