A documentation platform built for the whole team
Let users ask your docs anything.
Natural-language answers grounded in your content, with citations back to the exact source.
A fully interactive no-code editor for the whole team.
No code? No problem. A fully interactive, dynamic UI editor that renders exactly like your docs in production
Getting started with our platform is designed to be as seamless as possible. This guide will walk you through the essential steps required to configure your development environment and authorize your first request to our global edge network.
Introduction to Core API
Once the core configuration is complete, you can begin exploring our comprehensive API suite. The following example demonstrates the standard pattern for retrieving analytical data from our distributed services.
async function fetchUserMetrics(userId: string, options: { includeHistory: boolean }) {
const response = await fetch(`/api/users/${userId}/metrics?history=${options.includeHistory}`, {
headers: { 'Authorization': `Bearer ${process.env.API_KEY}` }
});
if (!response.ok) throw new Error('Failed to fetch user metrics');
return response.json();
}- Edge caching: Standardize your deployment pipelines for continuous delivery and minimal latency.
- Global redundancy: Real-time synchronization across multiple geographical regions to ensure system uptime.
- Granular security: Apply granular access control policies to protect sensitive resources at every layer.
Security Compliance
Ensure that all environment variables and secret tokens are managed through a secure vault. Never commit sensitive credentials directly to your version control system to avoid unauthorized access.
After the initial setup, consider optimizing your workflow by implementing the following best practices for high-availability environments and enterprise-grade security.
Make changes and your new docs start deploying instantly.
Whether making a quick change in the dashboard editor or pushing to the repo remotely, changes begin taking effect immediately