For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
System StatusStart using Credal
  • Getting Started
    • Introduction
    • Quickstart
    • Video: Agent Building Basics
    • FAQs
  • Platform
        • Setting Up An Agent
        • Choosing a Model
        • Writing Instructions
          • Overview
          • Data
          • Actions
          • Credal MCP Servers
        • Agent Collaboration
        • Memory and Feedback
      • Testing Your Agent
    • Bulk Analysis
LogoLogo
System StatusStart using Credal
PlatformAgent BuilderConfigurationAdd Connectors

Actions

Was this page helpful?
Edit this page
Previous

Overview

Next
Built with

In this section, you can attach one or more published actions to the agent. Actions allow agents to dynamically connect to external systems or trigger workflows based on user input.

  • Click on Add Connector to view all the action providers available to you no-attached-actions.png

  • Use the dropdown to search for an action used within a particular tool/integration action-provider-selection.png

  • Select one or more read or write published actions

    • Read actions will query data and retrieve it for the agent to consume
    • Write actions will take real world action and accomplish tasks within tools
    • Once all the actions are selected click the “Add” button in the bottom right action-selection.png
  • You’ll see it show up in the connectors section of the agent configuration attached-actions.png

  • This is where you can further configure them

    • Click on the pencil icon to edit and personalize them action-details.png
  • When editing the action you can scroll down to modify the parameters of the action. Learn more about customizing action parameters. action-parameters.png

  • If you scroll even further you’ll be able to see the optional human in the loop settings. This setting makes sure that the agent asks for permission every time it needs to take this action. It will wait for the user to approve usage of the action before proceeding. action-governance.png

  • Once added you’ll notice the small orange hammer icon on the action action-with-gov-icon.png

Attaching the right actions ensures that your agent can not only respond to questions but also execute real-world tasks across integrated systems.