Tools and skills turn AI Workforce agents from chat interfaces into AI automation tools that can do real work. They let agents retrieve trusted information, act in connected apps, follow optimized task playbooks, generate artifacts, and complete longer internal work. Brand Agents use a leaner, customer-facing tool surface. For public agents, see Brand Agent Connectors and Lead Capture.Documentation Index
Fetch the complete documentation index at: https://docs.sketricgen.ai/llms.txt
Use this file to discover all available pages before exploring further.

AI Workforce Tool Types
AI Workforce agents can use:- Knowledge Bases: trusted data from websites, files, text, and Q&A pairs.
- SketricGen connectors: 2,000+ app actions for internal workflows.
- Custom MCP tools: company-specific capabilities exposed through MCP servers.
- API Request: direct HTTP calls for controlled integrations.
- Web Search: current public information.
- Image Generation: visual asset generation when the tool is enabled.
- Marketplace skills: reusable task packages optimized by other builders.
Knowledge Bases
Knowledge Bases let agents retrieve trusted source material from websites, uploaded files, pasted text, and Q&A pairs. Use Knowledge Bases when the agent needs approved company, product, policy, support, sales, or website context. For AI Workforce, this usually means internal reference data the run should cite or use while preparing an artifact. For Brand Agents, Knowledge Bases power customer-facing answers from approved website and brand content. Knowledge Bases are retrieval tools, not broad app connectors. If the agent needs to take action in another system, pair the Knowledge Base with a connector, API Request, or custom MCP tool.SketricGen Connectors
SketricGen connectors give AI Workforce agents access to 2,000+ applications. They are useful for internal workflows that need to read or update CRMs, calendars, email, documents, spreadsheets, support systems, project management tools, databases, commerce tools, marketing platforms, and team communication apps. When you add a connector, choose the app first, connect the account, then select only the actions this agent should be able to call. For example, a meeting-prep agent might receive calendar actions to list events and retrieve event details, while a sales operations agent might receive CRM actions to update a record or add a note.
Custom MCP Tools
Custom MCP tools let you connect a hosted MCP server directly to an AI Workforce agent. Use this when a service, vendor, or internal platform already exposes an MCP endpoint and you want SketricGen to make selected MCP tools available inside an Agent Space. This is different from a single API Request. A hosted MCP can expose a group of tools, and SketricGen lets you discover those tools, choose the ones the agent can use, and attach the allowlisted set to the right agent. The example below uses a public weather MCP endpoint, fetches the available tools, and allowlists only the weather lookup tool for the agent.
- Add a Custom MCP tool node.
- Enter the hosted MCP server URL.
- Choose the connection type, usually Streamable HTTP unless the hosted MCP requires SSE over HTTP.
- Add headers for authentication, such as an authorization token or API key header.
- Click Filter Tools to fetch the tools exposed by that MCP server.
- Select only the tools this agent should be allowed to call.
- Save the tool and connect it to the main agent or the specialist sub agent that needs it.
API Request
API Request turns a cURL-style REST endpoint into an API automation tool the agent can call. Use it when you have one endpoint, webhook, lookup, or action that should become available to the agent without building a full connector or MCP server. The configuration defines the request the agent is allowed to make: HTTP method, URL, headers, query parameters, request body fields, and tool instructions. Those fields become the tool schema the agent follows when it calls the endpoint. The example below wraps a public weather forecast endpoint as aGET tool, then prompts the builder to test the endpoint before saving.

- Manual setup: choose the method, paste the endpoint URL, add headers, define query parameters or body fields, then test the API before saving.
- Import through AI: paste an API documentation URL, OpenAPI spec, or similar reference and describe the endpoint you want. SketricGen maps the endpoint, headers, parameters, and body fields into a usable tool configuration.

Web Search
Web Search lets an agent look up current public information when a Knowledge Base is not enough. Use Web Search for market research, recent news, public company information, competitive checks, and time-sensitive facts. For workflows that require approved internal facts, pair Web Search with a Knowledge Base and tell the agent which source should win when sources conflict.
Image Generation
Image Generation lets agents create visual assets when the capability is enabled for your workspace. Use it for workflows that produce social creatives, thumbnails, concept visuals, or supporting images. Treat image-heavy workflows as something to test end to end: the model, tool availability, artifact handling, and any upload connector all affect reliability.Skills Marketplace

- The skill name and description.
- The source or namespace.
- Verification and reputation signals such as installs.
- Category tags that match the work you want the agent to do.
- Whether the skill should be installed on the main agent or a specialist sub agent.


