Get an API Key
See Credentials & Authentication to request a Pilot API key.Initialize the Client
Create a client instance and pass your API key and environment.Notes:
- The SDK automatically sends the
X-API-KEYheader on every request - All requests are scoped to your organization
Make Your First API Call
Call an endpoint from the SDK client. The exact method names depend on the SDK version, but usage follows this pattern.Next Steps
- Explore the Integration Samples
- Read Security Best Practices
- Review Rate Limits for Pilot tier constraints
See it working
End-to-end recipes backed by the SDK:- x402 micropayments — build a payment flow on the x402 rail
- Counterparty screening — pre-send risk check before broadcast
- LangChain agent wallet — wire the SDK behind a LangChain agent
- CrewAI multi-agent — SDK-powered multi-agent coordination