AgentLabs - Docs
  • Introduction
    • What is AgentLabs?
    • Get Started with AgentLabs
    • Pricing
  • Getting Started
    • Installation
    • Secret Key
    • Using the SDK
  • Core Concepts
    • Frontend as a service
    • User Authentication
    • Project
    • Agents
    • Messages
      • Messages Format
      • One-off vs Stream
      • Typewriter animation
    • Attachments
  • Recipes
    • Before we start
    • Ping-Pong
    • ChatGPT with LangChain
    • Code Interpreter
    • Mutli-Agent with AutoGen
  • 🧙Community
    • Github
    • Discord
    • Support team
Powered by GitBook
On this page
  1. Core Concepts

Project

What you have to know about a project

PreviousUser AuthenticationNextAgents

Last updated 1 year ago

During the onboarding, the first thing we ask you to do is to create a Project.

You can think of a project as a Tenant or as an Application you want to build.

Project slug and domain

When you create a project, AgentLabs attributes it a slug which is a unique identifier but also a subdomain where your frontend application will be available to your users.

Let's say your project slug is gpt-chat, then your application will be available at https://gpt-chat.agentlabs.dev , and your users will be able to register and use your Chat UI there.

Process of creating a project in your console