Project Management
What is a Project?
Example Project Structure
┌─────────────────────────────────────────────────────────────────────────────┐
│ PROJECT: LLM API │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ BASIC INFO │
│ ══════════ │
│ Team: Engineering │
│ Status: active │
│ Created: 2025-01-15 │
│ │
│ API KEY │
│ ═══════ │
│ sk-llm-api-abc123... (shown only at creation) │
│ Last used: 2025-01-20 14:30:00 │
│ │
│ MEMBERS │
│ ═══════ │
│ ┌─────────────────────────────────────────────────────────────────────┐ │
│ │ [email protected] │ project_admin │ explicit │ 2025-01-15 │ │
│ │ [email protected] │ editor │ explicit │ 2025-01-16 │ │
│ │ [email protected] │ viewer │ explicit │ 2025-01-17 │ │
│ │ [email protected] │ team_admin │ implicit │ (via team role) │ │
│ └─────────────────────────────────────────────────────────────────────┘ │
│ │
│ METADATA │
│ ════════ │
│ { │
│ "model": "gpt-4-turbo", │
│ "max_tokens": 8192, │
│ "temperature": 0.7, │
│ "config": { │
│ "destination_folder": ["production-outputs"], │
│ "enabled_features": ["summarization", "translation"] │
│ } │
│ } │
│ │
└─────────────────────────────────────────────────────────────────────────────┘Project Roles
project_admin
Capability
Description
editor
Capability
Description
viewer
Capability
Description
Data Isolation
How It Works
Why This Matters
Without Isolation
With Isolation
Backend Service Responsibility
Access Types
Explicit Access
Implicit Access
Access Hierarchy
Project Metadata
Common Use Cases
Use Case
Example Metadata
Metadata Operations
Operation
Description
Permission Required
Metadata Best Practices
Do
Don't
Admin Dashboard Features
Project List View
Column
Description
Project Detail View
Tab
Features
Common Scenarios
Scenario 1: Creating a New Project
Scenario 2: Adding a User to a Project
Scenario 3: User Needs Different Access Level
Scenario 4: Configuring Project for a Service
Best Practices
Project Structure
Practice
Reason
Member Management
Practice
Reason
Metadata Management
Practice
Reason
Troubleshooting
"You are not a member of this project"
"User must be a team member first"
"Cannot access project data"
"Metadata not updating"
Last updated