Manage Data Libraries with Salesforce CLI

Agentforce Data Libraries (ADL) connect your Agentforce agents to trusted data sources, which improves the accuracy of their responses. Data libraries ingest unstructured or semi-structured data — web pages, documents, and text fields — and convert it into searchable content that agents can retrieve.

Salesforce CLI agent adl Commands 

Use Salesforce CLI commands to create and manage data libraries so your agents can access current information.

CommandDescription
agent adl createCreate a data library.
agent adl deleteDelete a data library.
agent adl file addAdd files to an existing data library.
agent adl file deleteDelete a file from a data library.
agent adl file listList files in a data library.
agent adl getGet details of a data library.
agent adl listList data libraries.
agent adl statusGet the indexing status of a data library.
agent adl updateUpdate a data library.
agent adl uploadUpload a file to a data library that uses Salesforce Files (SFDRIVE) storage.

See Also