App
Braintrust
Braintrust is a service that helps ship production-ready AI apps with evals, tracing, and monitoring.
What your agent can do with Braintrust
Triggers and actions 2 triggers · 17 actions
- TriggerNew Event
Triggers when an automation creates a new event.
- TriggerNew Project
Triggers when a new project is created.
- ActionAdd dataset
Create a new Braintrust dataset. POST /v1/dataset
- ActionAdd experiment
Create a new Braintrust experiment. POST /v1/experiment
- ActionAdd project
Create a new Braintrust project. POST /v1/project
- ActionAdd prompt
Create a new Braintrust prompt. POST /v1/prompt
- ActionDelete project
Delete a Braintrust project. DELETE /v1/project/{project_id}
- ActionGet dataset
Retrieve a Braintrust dataset by id. GET /v1/dataset/{dataset_id}
- ActionGet experiment
Retrieve a Braintrust experiment by id. GET /v1/experiment/{experiment_id}
- ActionGet project
Retrieve a Braintrust project by id. GET /v1/project/{project_id}
- ActionGet prompt
Retrieve a Braintrust prompt by id. GET /v1/prompt/{prompt_id}
- ActionInsert dataset events
Insert one or more rows/events into a Braintrust dataset. POST /v1/dataset/{dataset_id}/insert
- ActionInsert experiment events
Insert one or more events (spans/rows) into a Braintrust experiment. POST /v1/experiment/{experiment_id}/insert
- ActionInsert project logs events
Insert one or more log events into a Braintrust project's logs. POST /v1/project_logs/{project_id}/insert
- ActionList datasets
List Braintrust datasets. GET /v1/dataset
- ActionList experiments
List Braintrust experiments. GET /v1/experiment
- ActionList projects
List all Braintrust projects. GET /v1/project
- ActionList prompts
List Braintrust prompts. GET /v1/prompt
- ActionUpdate project
Partially update a Braintrust project. PATCH /v1/project/{project_id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Braintrust API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.