Get started
Create your first TraceFast organization and project, send one traced run, and check it in the app.
Use this guide for the first setup. By the end, you will have one organization, one project, one project key, and one session you can review in TraceFast.
Create your first project
Start in the TraceFast app and create the project that will receive your traces.
- Sign in to TraceFast, or create a new account.
- On the onboarding screen, enter an organization name.
- Enter a project name.
- Open the new project after TraceFast finishes setup.
If you already own an organization, TraceFast skips the organization step. If your organization already has a project, TraceFast sends you straight to the dashboard.
Create a project key
Create one project key before you connect your exporter.
- Open Projects.
- Open the project you just created.
- Open Settings.
- Open API keys.
- Enter a label for the key, then select Generate key.
- Copy the key right away. TraceFast shows the full key only once.
Use this key only for sending traces to the collector.
Use the hosted collector address
TraceFast accepts OTLP over HTTP and OTLP over gRPC. If you are using the hosted app, send traces to the hosted collector.
- OTLP HTTP hosted:
https://collector.tracefast.dev/v1/traces - OTLP gRPC hosted:
collector.tracefast.dev:4317
Choose the names you want to see
Pick clear names before you send your first trace so the session is easy to find in TraceFast.
- Set
service.nameto the name you want to see in TraceFast, such ashotel-interview-agent. - Set
deployment.environment.nameto a clear environment name, such asdevelopment,staging, orproduction.
Send one traced run
Start with one real request, job, or conversation before you connect more of your system.
- Point your OTLP exporter at the TraceFast collector.
- Send the project key in the
x-tracefast-api-keyheader. - Set
service.nameanddeployment.environment.name. - Run one real request, job, or conversation.
Check the first run
Use the app surface to confirm the first trace landed where you expect.
- Open the project dashboard, and confirm the project is receiving activity.
- Open Sessions.
- Find the new session by time, trace ID, session key, or preview text.
- Open the session, and review the conversation timeline, raw trace, issues, and cost tabs.
- If the cost tab shows unmatched models, add a pricing override in Settings.
Next steps
Read Connect your traces for the full OTLP HTTP and OTLP gRPC setup, including a concrete LiveKit example.