Integration
Connect Braintrust to Sirv
When something happens in Braintrust, your agent does the next thing in Sirv. Describe it in plain language and the automation is built, tested on every branch and kept running.
Build it
What do you want Braintrust and Sirv to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Braintrust and Sirv
Triggers and actions 4 triggers · 48 actions
Trigger
New EventTriggers when an automation creates a new event.
Trigger
New ProjectTriggers when a new project is created.
Action
Add datasetCreate a new Braintrust dataset. POST /v1/dataset
Action
Add experimentCreate a new Braintrust experiment. POST /v1/experiment
Action
Add projectCreate a new Braintrust project. POST /v1/project
Action
Add promptCreate a new Braintrust prompt. POST /v1/prompt
Action
Delete projectDelete a Braintrust project. DELETE /v1/project/{project_id}
Action
Get datasetRetrieve a Braintrust dataset by id. GET /v1/dataset/{dataset_id}
Action
Get experimentRetrieve a Braintrust experiment by id. GET /v1/experiment/{experiment_id}
Action
Get projectRetrieve a Braintrust project by id. GET /v1/project/{project_id}
Action
Get promptRetrieve a Braintrust prompt by id. GET /v1/prompt/{prompt_id}
Action
Insert dataset eventsInsert one or more rows/events into a Braintrust dataset. POST /v1/dataset/{dataset_id}/insert
Action
Insert experiment eventsInsert one or more events (spans/rows) into a Braintrust experiment. POST /v1/experiment/{experiment_id}/insert
Action
Insert project logs eventsInsert one or more log events into a Braintrust project's logs. POST /v1/project_logs/{project_id}/insert
Action
List datasetsList Braintrust datasets. GET /v1/dataset
Action
List experimentsList Braintrust experiments. GET /v1/experiment
Action
List projectsList all Braintrust projects. GET /v1/project
Action
List promptsList Braintrust prompts. GET /v1/prompt
Action
Update projectPartially update a Braintrust project. PATCH /v1/project/{project_id}
Trigger
New FileTriggers when a new file appears in a folder of your Sirv account, and hands on that file's name, type, size and dimensions.
Trigger
New Tagged FileTriggered when a new file carrying the chosen tag appears in your Sirv account.
Action
Add Advanced WatermarkBuilds the Sirv image URL that shows one of your images with a watermark laid over it, using the position, size, opacity and rotation you choose.
Action
Add Canvas or BorderPuts a coloured canvas and/or border around a Sirv image and returns the new image URL. Nothing is re-uploaded — the original file is untouched.
Action
Add Tags to FileAdds meta tags to a file in your Sirv account.
Action
Apply Color EffectsAdjusts the colours of a Sirv image — hue, saturation, lightness, tint, tone and levels — and returns the new image URL. The original file is untouched.
Action
Convert Spin to VideoTurns a 360 spin stored in your Sirv account into an MP4 video and returns the path of the video that was created.
Action
Convert Video to SpinConverts a video in your Sirv account into a 360-degree spin and returns the spin that was created.
Action
Copy FileCopies a file in your Sirv account to another path, leaving the original in place.
Action
Create FolderCreates an empty folder in your Sirv account at the path you give.
Action
Create ThumbnailBuilds the Sirv image URL that serves a resized, optionally cropped thumbnail of one of your images.
Action
Delete FileDeletes a file, or an empty folder, from your Sirv account.
Action
Delete file tagsRemoves one or more tags from a file in your Sirv account.
Action
Download FileDownloads a file from your Sirv account and returns its contents.
Action
Fetch File From URLPulls a file from a web address straight into your Sirv account, saving it at the path you choose, and reports whether the fetch succeeded.
Action
Find FileSearches the files in your Sirv account by name, folder, type, size, tags, description or date, and returns the matching files.
Action
Get API LimitsReturns your Sirv API rate limits and how much of each you have used.
Action
Get batch delete jobReturns the progress and results of a batch delete job you started earlier.
Action
Get CDN URLReturns the public web address of a file in your Sirv account.
Action
Get File InfoReturns the details Sirv holds on one file — its type, size, dates and image information.
Action
Get File MetadataReturns everything Sirv stores about a file: its title, description, tags, product details and any other metadata held against it.
Action
Get File TagsReturns the tags attached to a file in your Sirv account.
Action
Get product metadataReturns the product information stored on a file in your Sirv account.
Action
Get Storage InfoReturns how much storage your Sirv account is using and how much it is allowed.
Action
Get Usage ReportReturns how much your Sirv account has served — the number of file requests and the bytes transferred, broken down by day.
Action
Get ZIP JobReturns the progress and results of a zip job, including the archive it produced.
Action
List Folder ContentsLists the files and sub-folders inside a folder of your Sirv account, with each item's name, size, type and when it was last changed.
Action
Make API CallMakes any Sirv API call you specify, for endpoints that do not yet have their own action. You supply the method, the path and any data; the connected account's credentials are applied for you.
Action
Rename or Move FileRenames a file or folder, or moves it to another folder, by giving its new path.
Action
Set File MetadataSets the title, description, tags and product details held against a file in your Sirv account. Anything left blank is left as it is.
Action
Set Product MetadataAttaches product details — code, name, brand and categories — to a file in your Sirv account.
Action
Upload FileUploads a file to your Sirv account from a web address.
Action
Zip FilesStarts a job that packs the files and folders you name into a single zip in your Sirv account, and returns the job so you can check when it is ready.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.