Botster

Botster automates web data collection through configurable bots, job lifecycle management, and structured run results.

11 actions Integration catalog
Request access
Connect Botster once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Calculate Bot CostBOTSTER_CALCULATE_BOT_COST
Calculate the credit price of one intended bot launch using the same input and bot-specific options, without launching the bot or spending credits.
Delete JobBOTSTER_DELETE_JOB
Permanently delete one Botster job. This destructive action cannot be undone, is not the same as archiving, and may remove access to the job's run history.
Delete RunBOTSTER_DELETE_RUN
Permanently delete one Botster data run and its stored results without deleting the entire job. This destructive operation cannot be undone.
Get Credit BalanceBOTSTER_GET_CREDITS
Return the connected Botster account's available credit balance; use this before launching or restarting credit-consuming work.
Get JobBOTSTER_GET_JOB
Get one job's status and data-run identifiers required to retrieve run results. The complete provider job object is returned without discarding bot-specific fields.
Get Run ResultsBOTSTER_GET_RUN_RESULTS
Return the complete bot-specific JSON for one data run identified from GET_JOB in the results field. The provider's result shape is preserved.
Launch BotBOTSTER_LAUNCH_BOT
Launch a Botster bot, creating external work that may spend account credits. Use CALCULATE_BOT_COST with the same input and options first when cost matters. Returns launch metadata and normalizes an identifiable job identifier to job_id.
List BotsBOTSTER_LIST_BOTS
List or search bots available to the connected account and return their identifiers for cost calculation and launch.
List JobsBOTSTER_LIST_JOBS
List jobs belonging to the connected Botster account and return job identifiers for inspection or lifecycle actions.
Restart JobBOTSTER_RESTART_JOB
Restart an existing Botster job, creating renewed external work that may repeat the bot's effects and spend additional account credits. The renewed job identity may differ from the original; returns all provider restart metadata.
Set Job ArchivedBOTSTER_SET_JOB_ARCHIVED
Archive a Botster job or restore it from the archive by setting its desired archived state. This reversible action changes organization state but does not delete the job.