Skip to main content
Add knowledge when agents or apps need project-specific retrieval context.

Steps

  1. Add or import the source content.
  2. Create or update RAG documents.
  3. Connect knowledge to the agents or apps that need it.
  4. Check available context before relying on retrieval.

Try it with REST

Search project knowledge: POST /projects/{project_reference}/knowledge/lookup
Terminal
Import a file from connected storage: POST /providers/{provider}/files/{file_id}/import
Terminal

API surfaces

Verify

Search for a phrase from the imported file. Connect the knowledge source to the agent only after search returns the expected context.

Knowledge surfaces

API reference