Skip to content

Files

Raw path-addressed file operations are advanced SDK operations exposed through configure.files.*.

They are separate from the profile runtime loop:

ts
const node = await configure.files.read({
  externalId: "customer-123",
  path: "/preferences.md",
});

Use profile.read(), profile.search(), profile.remember(), and profile.commit() for model-facing profile context.

Use file operations only when an application needs explicit file-level reads or writes.

Identity layer for AI agents