For Builders
Using Snippets in Agent.ai
Use Snippets to define reusable values that are available to all agents across the platform. This is useful for things like shared sign-offs, disclaimers, or other repeated text.
To reference a snippet in your agent’s prompt or output, use:
{{snippets.var_name}}
For example, a snippet with the name signature could be used as {{snippets.signature}}
.
Snippets are not encrypted and should not be used to store API keys, passwords, or other sensitive information. Use the Secrets feature for storing production credentials or private data securely.
You can add, edit, or delete snippets from this page.
Reach out to our support team if you need help with snippets.