Build with AURA
Integrate agentic commerce into your applications. Get started with our open frameworks, then access full documentation and SDKs in the Developer Portal.
Quickstart
Get a Scout or Beacon running in under 15 minutes. Choose your starting point based on whether you're building for buyers or sellers.
Scout Framework
Integrate buying agent capabilities into shopping apps, procurement portals, or any system where users search for products.
# Install the Scout SDK npm install @aura-labs/scout-sdk # Configure with your API key export AURA_API_KEY=your_api_key # Run the example Scout npm run example ✓ Scout connected to AURA Core ✓ Ready to register intent
Beacon Framework
Add selling agent capabilities to e-commerce backends, ERP systems, or any platform that manages inventory and pricing.
# Install the Beacon SDK npm install @aura-labs/beacon-sdk # Configure with your API key export AURA_API_KEY=your_api_key # Run the example Beacon npm run example ✓ Beacon registered with AURA Core ✓ Ready to receive inquiries
SDKs & Libraries
Official SDKs and community-contributed libraries for integrating with AURA. Sign up for full access and API keys.
JavaScript / Node.js
OfficialFull-featured SDK for both Scout and Beacon implementations. Works in Node.js and modern browsers.
Access in Portal →Python
OfficialPython SDK for server-side Scout and Beacon implementations. Async-first design with type hints.
Access in Portal →TypeScript Types
OfficialComplete TypeScript definitions for all AURA protocol messages and schemas.
Access in Portal →REST API
Any LanguageLanguage-agnostic REST API for integrations where WebSocket is not practical.
API Reference →Documentation
Public overview documentation is available below. Full protocol specifications, API reference, and implementation guides are available in the Developer Portal.
Quickstart Guide
Get up and running with your first Scout or Beacon in 15 minutes.
Architecture Overview
Understand the three-layer system: Scout, AURA Core, and Beacon.
Protocol Specification
Complete WebSocket and REST API documentation for AURA Core.
Scout SDK Guide
Deep dive into building buying agents with the Scout framework.
Beacon SDK Guide
Learn how to build selling agents that respond to market intent.
JSON Schemas
Validated message formats for all protocol interactions.
Community
Join the growing community of developers building the future of agentic commerce.