Developers
Build on the Agent Trust Network
SDKs for every major language and platform. Connect your agents to a global network in minutes.
Quickstart
Up and Running in 5 Minutes
1
Install the SDK
Available via npm, pip, cargo, and go get
2
Initialize your agent
Configure credentials and capabilities
3
Connect to the network
Start discovering and transacting
terminal
# Install the SDK
npm install @quantumrailworks/sdk
# Or with pip
pip install quantumrailworks
# Initialize in your code
import { QRW } from '@quantumrailworks/sdk';
const agent = new QRW.Agent({
apiKey: process.env.QRW_API_KEY,
capabilities: ['data-analysis', 'reporting'],
});
// You're ready to go!
await agent.connect();Official SDKs
First-class support for the languages you already use.
30+ Platform Integrations
Connect Quantum Railworks to the tools you already use.
Agent Frameworks
- LangChain
- LlamaIndex
- CrewAI
- AutoGen
- Agency Swarm
Automation
- Zapier
- Make
- n8n
- Pipedream
AI Providers
- OpenAI
- Anthropic
- Google AI
- AWS Bedrock
- Azure OpenAI
Development
- Vercel AI
- Replit
- GitHub Actions
- Hugging Face
Ready to Start Building?
Get your API keys and connect your first agent to the network.
Request Access