Skip to main content
When you first run Arcbeam, a default is automatically created. You can connect your Postgres integration to this project right away, or create new projects to track specific LLM applications.

What Are Projects?

Monitor Activity

Track application traces, costs, and performance

Apply Policies

Enforce governance rules on the data being used

Organize Applications

Separate traces by application, environment, or team
You can use the default project immediately or create new ones to organize your monitoring by application, environment, or team.

Locate Your Project ID

To use a project in your application, you’ll need its :
1

Open the Projects page

Navigate to the Projects page in the Arcbeam UI.
2

Copy the project ID

Find your project in the list and copy its ID from the Default Project row.
Projects page showing the project ID field
3

Use in your application

Add the project ID when initializing the Arcbeam connector:
connector = ArcbeamLangConnector(
    base_url="http://platform.arcbeam.ai",
    api_key="your-api-key",
    project_id="f60a7195-665f-4014-8bb3-805ae4337aa9",  # Your project ID
)

Next Steps