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.

For Buyer Applications

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
Scout Documentation →
For Seller Applications

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
Beacon Documentation →

SDKs & Libraries

Official SDKs and community-contributed libraries for integrating with AURA. Sign up for full access and API keys.

📦

JavaScript / Node.js

Official

Full-featured SDK for both Scout and Beacon implementations. Works in Node.js and modern browsers.

Access in Portal →
🐍

Python

Official

Python SDK for server-side Scout and Beacon implementations. Async-first design with type hints.

Access in Portal →
🔷

TypeScript Types

Official

Complete TypeScript definitions for all AURA protocol messages and schemas.

Access in Portal →

REST API

Any Language

Language-agnostic REST API for integrations where WebSocket is not practical.

API Reference →