brain:ingest
brain family
Ingest one document (Drive file, URL, or inline text) into a corpus: fetch -> markdown -> chunk -> hash-gate -> embed -> upsert with document provenance. Idempotent on content_hash.
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Caller
- write_corpus
- The class of authority the caller must already hold, decided from the attested context with no round trip.
- Cost
- 1 credits
- What one call costs, so you can budget before acting.
- Reversible
- no
- This cannot be undone. Dry-run it first where the contract allows.
- Idempotent
- yes
- Safe to retry as-is.