Exporting Agents

Export agent configuration as YAML

It is possible to export agents configuration in a YAML format. This could be useful if you want to share agents inside or outside the organization and/or manage your agents using code (eg. source control)

Agents manifests are very simple and contains the metadata of the agent. It's configuration, AI instructions, allowed users (ACL), and more.

Exporting Agents

  1. From the Slack interface, access the /agent slash command:

  1. Click on "Start an Agent" to find your current agents:

  1. Click on the Export button on the section of the agent you want to export:

  1. Copy the generated YAML manifest, that's your agent configuration:

  1. You can use the Agent Importing feature to import this configuration

Last updated