Skip to content

Project Management

Status: Coming Soon

Project management features are coming to the Admin UI. This guide covers the features you can expect when they launch.

Overview

Projects are containers for your chat implementations. Each project has its own:

  • API keys for authentication
  • Documentation knowledge base
  • Usage analytics and costs
  • Team permissions
  • Settings and configuration

Coming Soon: Key Features

Create a Project

(Coming Soon) Create new projects to organize different applications or environments:

Dashboard → Projects → New Project

Configuration:

  • Project name
  • Environment (development, staging, production)
  • Description
  • Team access level

Organize by Environment

(Coming Soon) Create separate projects for each stage of your application:

  • Development - For testing and experimentation
  • Staging - For pre-production testing
  • Production - Live customer-facing implementation

Each environment can have:

  • Different documentation
  • Different API key permissions
  • Different rate limits
  • Separate analytics

Project Settings

(Coming Soon) Configure project-specific behavior:

  • Documentation categories
  • Chat parameters (temperature, max tokens)
  • Webhook endpoints
  • Custom system prompts
  • Response formatting

Team Collaboration

(Coming Soon) Share projects with team members:

  • Invite team members by email
  • Assign roles (Owner, Admin, Developer)
  • Control permissions per role
  • Track changes with audit logs

Project Analytics

(Coming Soon) Monitor project performance:

  • Daily chat sessions
  • API requests and costs
  • Documentation coverage
  • User satisfaction metrics
  • Error tracking

Common Workflows

Multiple Environments

  1. Create "my-app-dev" project
  2. Create "my-app-prod" project
  3. Use different API keys in each environment
  4. Monitor costs separately

Team Development

  1. Create project
  2. Invite team members
  3. Each developer uses own API key
  4. Share documentation and settings

A/B Testing

  1. Create "my-app-control" project
  2. Create "my-app-variant" project
  3. Implement different settings in each
  4. Compare performance in analytics

Transition Path

When Project Management launches:

  1. Your existing configuration becomes your first project
  2. You can create additional projects from the dashboard
  3. All features work retroactively
  4. No migration needed

Built with VitePress