Deeply personalized AI experiences with secure, tenant-specific agents and knowledge contexts
agentUid
contextUid
agentSessionUid
POST /contexts
. This creates a private container (context) in the Mindset AI AMS where that tenant’s content lives. It returns a contextUid.
PUT /contexts/{contextUid}/files
. Mindset AI processes and indexes the content.
Once the context is ready, everything in it is private and scoped only to that tenant.
agentUid.
POST /agent-sessions
with:
agentUid
contextUid
agentSessionUid,
which the front end uses to initialise the chat.