Steps
- Add or import the source content.
- Create or update RAG documents.
- Connect knowledge to the agents or apps that need it.
- Check available context before relying on retrieval.
Try it with REST
Search project knowledge:POST /projects/{project_reference}/knowledge/lookup
Terminal
POST /providers/{provider}/files/{file_id}/import
Terminal
API surfaces
| Surface | Start here |
|---|---|
| REST | Knowledge Lookup, RAG Documents |
| GraphQL | Semantic Search Files |
| MCP | Search Knowledge, Import External File |
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
| Surface | Use it for |
|---|---|
| Knowledge manifest | Project-level retrieval configuration. |
| RAG document | Searchable document context. |
| Agent connection | Runtime access to retrieval context. |