Developer Resources
Documentation, guides, and tools to help you build with Cention.
Documentation
Comprehensive guides to get started with Cention and explore all features.
Browse Docs →API Reference
Complete API documentation for building custom integrations and applications.
View API Docs →Help Center
Answers to common questions, troubleshooting guides, and how-to articles.
Get Help →Widgets & Embeds
Chat widget, FAQ widget, and embeddable components for your website.
Explore Widgets →Integrations
Connect Cention with your favorite tools: CRM, helpdesk, e-commerce, and more.
View Integrations →System Status
Real-time status of all Cention services and scheduled maintenance.
Check Status ↗Popular Resources
Most visited documentation and guides
Getting Started
Developer Tools
Everything you need to build powerful integrations with Cention.
- RESTful APIs with JSON responses
- Webhook notifications for real-time events
- JavaScript SDK for chat integration
- Bot API for chatbot development
- Export API for data extraction
// Create a new errand via API const response = await fetch( 'https://api.cention.io/v1/errands', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ channel: 'email', from: 'customer@example.com', subject: 'Help request', message: 'I need assistance...' }) } );
Need Help?
Can't find what you're looking for? Our support team is here to help.