Projects

For: Platform operators setting up spend attribution and budget tracking by organizational unit.

Providers | Provider Pricing | Credentials | Workloads | Policies | Projects |


Projects are named identifiers that group AI usage across workloads for attribution, analytics, and budget monitoring. Requests tagged with a project appear in spend breakdowns and budget reports grouped by that project.

Navigation: console.axemere.ai/projects

Axemere Console — Projects

Table of Contents


What Projects Are

A project is an immutable ID paired with a human-readable name. Projects are used to:

Projects are organization-scoped and available across all workloads.


Creating a Project

  1. Click New Project.
  2. Enter a Project ID: a short, lowercase slug that will appear in request headers and analytics (e.g., billing-service, ml-experiments). The ID cannot be changed after creation.
  3. Enter a Project Name: a human-readable display name.
  4. Click Create.

Editing and Deleting Projects

  • Edit name: Click the Edit (pencil) icon next to a project to update its display name. The ID cannot be changed.
  • Delete: Click the Delete (trash) icon and confirm. Deleting a project does not delete historical records tagged with that project ID; they will show the bare ID without a name.

Search: Use the search box to filter the project list by name or ID when you have many projects.


Requiring Project Attribution

A toggle at the top of the Projects page controls whether a project tag is required on every request:

SettingBehavior
Off (default)Requests without a project tag are allowed and appear under "unattributed" in analytics
OnRequests without a valid project tag are denied by the gateway with a policy error

Enable this setting when you want to ensure all requests are properly attributed before they are allowed through.


Tagging Requests with a Project

Pass the project ID as a request header:

X-Axemere-Project: billing-service

Or encode it in the proxy URL path (supported on some SDK configurations). See for the full attribution header reference.


Viewing Project Data

Project data flows into several analytics views:

  • Analytics → Spend — "By Project" tab shows requests, cost, and tokens per project
  • Govern → Budgets — per-project spend vs. configured monthly limits
  • Attribution — project dimension alongside workloads, accounts, and customers
  • Records — filter execution records by project

Related: | Analytics → Spend | Govern → Budgets | Policies