Agentforce Setup
ToolboxAI can hand a tool's requests off to your own Agentforce agent instead of calling OpenAI or Claude directly. There's no API key to create — Agentforce runs inside your Salesforce org, so ToolboxAI just needs Agentforce turned on and the API Name of the agent you want it to use.
1. Turn on Agentforce
- In Salesforce Setup, search for Agentforce Agents.
- If Agentforce isn't enabled yet, follow the prompts to turn it on for your org.
-- IMAGE --
2. Build or choose an agent
- In Setup, search for Agent Builder (or go to App Launcher → Agentforce).
- Create a new agent, or select an existing one you'd like ToolboxAI to use.
- Make sure the agent is Activated — an inactive agent won't respond to ToolboxAI's requests.
-- IMAGE --
3. Copy the agent's API Name
- Open your agent in Agent Builder.
- Go to the agent's details/settings and copy its API Name. This is the identifier ToolboxAI uses to call the agent — not the agent's display label.
-- IMAGE --
4. Point a ToolboxAI tool at the agent
- In Salesforce, go to App Launcher → ToolboxAI.
- Click the Settings tab, then Tool Settings.
- For the tool you want to run on Agentforce (Activity Summarizer, Extractor, or RecordAI), set Provider to Agentforce.
- Paste the agent's API Name into the Agent API Name field.
- Click Save.
-- IMAGE --
That tool will now send its prompts to your Agentforce agent instead of OpenAI or Claude. You can mix providers — for example, running RecordAI on Agentforce while the Extractor stays on OpenAI.