Documentation Index
Fetch the complete documentation index at: https://flatfileinc-docs-update-72712e96-062f-4c91-91af-3a75b3db823.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Listing Agents
To view all agents in your environment, use the following command:Downloading Agents
Todownloadcommand allows you to download a copy of the agent’s source code to your local machine. This is useful when you need to:
- Examine the code of a deployed agent
- Make modifications to an existing agent
- Back up your agent code
- Debug issues with a deployed agent
Delete An Agent
Thedelete command allows you to remove a deployed agent from your Flatfile environment. This is useful when you no longer need an agent or want to clean up your environment.
To delete an agent, use the following command:
npx flatfile delete <slug>
Options
| Option | Description |
|---|---|
--slug or -s | The slug of the agent to delete |
--agentId or -ag | The ID of the agent to delete |