Getting StartedQuickstart

Quickstart Guide

Get started with Baudhik AI in under five minutes by creating your first documentation space.

Overview

You can launch your first documentation project with Baudhik AI in minutes. This guide walks you through account creation, workspace setup, adding pages, and team collaboration using realistic workflows.

Have a valid email address ready. No credit card is required to start your free workspace.

Create Your Account and Workspace

Follow these steps to sign up and establish your workspace.

Sign up

Visit the Baudhik AI dashboard and register with your email. Confirm the verification link sent to your inbox.

Create a workspace

Name your workspace after your project or team. Baudhik AI automatically provisions a dedicated space with default settings.

Configure basics

Set your workspace domain and primary language. You can update these values later in workspace settings.

Set Up Your First Project

Once your workspace exists, create a project to organize documentation.

# Install the Baudhik CLI
npm install -g @baudhik/cli

# Initialize a new project
baudhik init my-docs --template=starter
import { BaudhikClient } from '@baudhik/sdk';

const client = new BaudhikClient({ apiKey: 'YOUR_API_KEY' });
const project = await client.projects.create({
  name: 'Product Docs',
  workspace: 'my-team'
});

Add Initial Documentation Pages

Structure your content using the dashboard or CLI.

Navigate to Projects, select your new project, and click New Page. Use the rich editor to add headings, code blocks, and callouts.

Invite Team Members

Share access with collaborators using role-based permissions.

Next Steps

Continue exploring these resources to customize your setup.