Lleverage Docs
WebsiteLegalPlatform
  • Welcome
    • What is Lleverage?
    • Organisations
    • Projects
    • Members
  • Workflows
    • Workflows
      • Variables
      • Testing
      • Logs
      • Publishing
      • Version control
      • Workflow Co-Pilot
    • Actions
      • Controls
      • AI
        • Using the Prompt action
        • Prompt engineering
        • Model configuration
        • Agents
      • Tools
      • Integrations
    • Apps
      • Form app
      • Chat app
    • API Endpoints
    • Templates
  • KNOWLEDGE & DATA SETS
    • Knowledge Bases
  • Connections
    • Models
    • Databases
  • Help, Subscription and Other
    • Subscription Management
    • Release Notes
      • Version 0.1 - 15 July 2024
      • Version 0.2 - 6 August 2024
      • Version 0.3 - 23 September 2024
      • Version 0.4 - 7 October 2024
      • Version 0.5 - 28 October 2024
      • Version 0.6 - 6 December 2024
      • Version 0.7 - 14 January 2025
      • Version 0.8 - 11 February 2025
      • Version 0.9 - 21 March 2025
      • Version 1.0 - 8 April 2025
    • Support
Powered by GitBook
On this page
  • Key Features of a Project
  • Managing Projects

Was this helpful?

  1. Welcome

Projects

PreviousOrganisationsNextMembers

Last updated 1 month ago

Was this helpful?

A Project in Lleverage is where all your AI development work takes place. Projects live inside an Organisation and serve as containers for organising your Workflows, Knowledge bases, Connections, and more. Each project is isolated, allowing you to manage resources, configurations, and collaborators on a per-project basis.

Key Features of a Project

  • Workflows: Design and manage workflows that chain together data, APIs, and AI models to build comprehensive AI features.

  • Knowledge bases: Upload documents and data and bring them into vector space. Vector stores can be called from within workflows to perform similarity search. This is very handy to enable chat with your documents or search for examples to give LLMs guidance on how something needs to be generated.

  • Connections: Each project can have its own connections to external resources such as databases, APIs, or model providers. These connections are isolated to the project, so they don’t interfere with other projects. Learn how to manage your connection for and .

  • Secrets: Securely manage sensitive information like API keys or credentials. Secrets in a project are stored separately from other projects to ensure data security.

  • Environment variables: Define variables that can be used in your workflows, such as API endpoints or environment-specific configurations (e.g., for dev, staging, and production environments).

Managing Projects

  • Creating a project: When you create a project, you can define its name, add collaborators, and set up initial connections and secrets. Each project will inherit some default settings from the Organisation, but you can customize them as needed.

  • Inviting users: You can invite team members to collaborate on a project. Each user can have different roles and permissions within the project, allowing for controlled access to specific resources.

  • Project settings: Within the Settings tab of a project, you can manage details such as the project’s name, connections, secrets, and environment variables.

Learn more about workflows →
Learn more about vector stores →
models
databases