Newer Version Available

This content describes an older version of this product. View Latest

Agentforce Data Libraries (Beta)

Agentforce Data Libraries enhance the accuracy of AI features like Agentforce Agents by connecting them to your trusted data sources. Data libraries use unstructured or semi-structured data so that they can take large sets of information that exist on the web, in documents, or as large text inputs in fields, and turn that into more useful, searchable information.

Quick Reference for Resources

This feature is a pilot or beta service that is subject to the Beta Services Terms at Agreements - Salesforce.com or a written Unified Pilot Agreement if executed by Customer, and applicable terms in the Product Terms Directory. Use of this pilot or beta service is at the Customer's sole discretion.

Note

Resource Method Description Available Version
/einstein/data-libraries GET Returns data libraries available to the current user 66.0
/einstein/data-libraries POST Creates a data library 66.0
/einstein/data-libraries/libraryId GET Gets a data library 66.0
/einstein/data-libraries/libraryId PATCH Updates a data library 66.0
/einstein/data-libraries/libraryId DELETE Deletes a data library 66.0
/einstein/data-libraries/libraryId/file-upload-urls POST Generates presigned S3 URLs for uploading files to an existing SFDRIVE library 66.0
/einstein/data-libraries/libraryId/files POST Adds files to an existing SFDRIVE library 66.0
/einstein/data-libraries/libraryId/indexing POST Starts asynchronous indexing of Data Cloud resources (DLO, DMO, SearchIndex, Retriever) 66.0
/einstein/data-libraries/libraryId/status GET Returns current library status derived from the SearchIndex runtime with per-stage detail 66.0
/einstein/data-libraries/libraryId/upload-readiness GET Checks whether the UDLO (Unified Data Lake Object) is ACTIVE and ready for file uploads. 66.0