KBAISE/ for lovable
Library
Docs

Get workspace

about 5 minBuildingchecked 2h agoOfficial page
The short version

You can get all the details about your Lovable workspace, like its settings, how many people are on your team, and billing information. This helps you understand your workspace's setup and policies.

Anyone on a Business plan or higher who needs to check their workspace's settings and policies.

Do this, in order

  1. 1

    Make sure your Lovable account is on a Business plan or higher.

    This feature is only available for Business plans and above.

  2. 2

    Get your workspace's unique ID.

    You need this ID to tell Lovable which workspace you're asking about.

  3. 3

    Ask Lovable for your workspace details, providing your workspace ID and an API key with 'workspaces:read' permission.

    This will retrieve all the information about your workspace, such as its security policies, seat count, and billing period.

Paste this into your project

Lovable, please provide the details for my workspace with ID 'YOUR_WORKSPACE_ID'. I need to see its security and publishing policies, seat count, billing period, and default member credit limit. My API key has 'workspaces:read' scope.

Words decoded

Workspace ID
A unique code that identifies your specific team or company area within Lovable.
API key
A secret code that proves you have permission to access Lovable's features. Think of it like a password for your automated tools.
workspaces:read permission
A specific authorization that allows your API key to look at (read) information about your workspace, but not change anything.
Eventually consistent
This means that some numbers, like the total number of projects, might not update instantly after you create or delete a project. It might take a short while for the system to catch up.

Where people get stuck

  • Trying to use this feature on a plan lower than Business will result in an error.
  • Using an API key that doesn't have 'workspaces:read' permission will prevent you from getting the workspace details.
  • Expecting project counts to update immediately after creating or deleting projects; these numbers might be slightly delayed.

The short version, steps, decoder and prompt on this page are written automatically from Lovable's own documentation and can lag or misread it. The official page is always the authority.