Developers
Developer API
Build experiences with Alice. Access our APIs, SDKs, and integrate with your applications.
REST API
Full programmatic access to Alice capabilities
SDKs
Official libraries for Python, JavaScript, and Swift
Authentication
OAuth 2.0 and API key authentication
Webhooks
Real-time event notifications for your app
Quick Start
# Install the Alice SDK
npm install @alice/sdk
# Initialize
import { Alice } from '@alice/sdk'
const alice = new Alice({ apiKey: 'your-key' })
API Access
The Alice API is currently in private beta. Apply for access to start building.