For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating and running workflows

As you work with your database, you might want to run repeatable tasks such as:

  • Generating additional data

  • Posting data to another location

  • Generating unstructured files from the data

  • Starting tests

  • Validating data

Instead of issuing a separate prompt every time, you can have the agent create a repeatable workflow. The workflow runs the exact same way every time.

Last updated

Was this helpful?