Tools & Toolsets
Tools & Toolsets
A tool is a callable capability you give to hosted agents - a webhook to your backend, or code BCTRL hosts and runs. Bundle tools into a toolset, hand the toolset to an agent, and inspect each invocation as a tool call.
Create a tool
A webhook tool calls your own endpoint:
A hosted tool runs code on BCTRL:
Test a tool
Toolsets
Bundle tools and builtins into a toolset. The builtins are files, vault, and captcha:
Hand it to an agent:
Tool calls
Every invocation of a tool is recorded. Filter by run for debugging and audit:
Next
- Hosted agents - give agents tools
- Invocations - the calling context
- Vault - secrets a tool can reference

