Getting Started¶
This guide walks you through the first-time setup: creating an organization, setting up a project, inviting your team, and configuring your profile.
1. Create an Organization¶
An organization is the top-level tenant. All projects, members, and billing live under an org.
- Open the admin panel and sign in.
- Navigate to Organizations and click New Organization.
- Enter a name (1–120 characters) and confirm.
2. Create a Project¶
A project is your isolated knowledge workspace. Objects, documents, agents, and branches all belong to a project.
- Inside your organization, click New Project.
- Give it a name and an optional purpose description.
- Choose whether to enable automatic extraction — the platform will extract graph objects from every document you upload.
Project settings¶
| Field | Description |
|---|---|
name |
Display name for the project |
kb_purpose |
Optional: describes what knowledge this project holds (used as context by AI features) |
auto_extract_objects |
If true, documents are automatically processed for entity extraction on upload |
chat_prompt_template |
Optional: custom system prompt for chat conversations in this project |
3. Invite Team Members¶
Invite colleagues by email. They receive a link to accept the invitation and join your project or organization.
Roles¶
| Role | Access |
|---|---|
project_admin |
Full project access: manage members, settings, agents, data sources |
project_user |
Read and write graph objects, documents, and chat |
Managing pending invites¶
GET /api/projects/{projectId}/invites # list sent invites
DELETE /api/invites/{id} # revoke an invite
Accepting an invite¶
When a user receives an invite email, they click the link which calls:
4. Manage Members¶
5. Set Up Your Profile¶
Update your display name and contact details.
Profile fields¶
| Field | Description |
|---|---|
firstName / lastName |
Your real name |
displayName |
How your name appears to teammates |
phoneE164 |
Optional phone number in E.164 format |
avatarObjectKey |
Storage key for your avatar image (set via upload) |
What's next?¶
Now that you have an org, a project, and your team, you're ready to start building your knowledge graph: