Documentation
Peak One Developer Docs
Quick Start
Get up and running in minutes
API Reference
Complete API documentation
Webhooks
Real-time event notifications
SDKs & Libraries
Official client libraries
Authentication
API keys and OAuth
Security
Best practices and compliance
Quick Example
Send your first message with just a few lines of code
import { PeakOne } from '@peakone/sdk';
const client = new PeakOne({
apiKey: process.env.PEAKONE_API_KEY
});
// Send a message
const message = await client.messages.create({
channel: 'general',
content: 'Hello from the API!'
});All systems operational
View status page →