N8n AI Agent isolation + Credentials management + Chat Embded

Hi Team

hope you are doing well,

I have a question , i’ve built a workflow that will need to run based on user input

and i have many issues i noticed

1- Chat Trigger i have Allow file upload but chat hosting is not showing that

2-Each user will have a token i order to run my agent (i dont see why AI agent can be for individuals who buidling not for end user )

Web app with n8n chat hosted => User will start the converstation > token input that is required to do some API actions in my agent

This will need isolation becasue each user as i said will have a token

My question is how to isolate that, how to get users input and use them in my agents

Thanks

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via n8n cloud
  • Operating system:
1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I’m working on something similar.
If I come up with a solution I’ll let you know.

For now I’ll keep an eye :eyes: on the replies to this post.

1 Like

Yeah of course, do you have same issue with file uplaods

Actually my current challenge is getting the user ID through the chat.

you can do that if you have let say an input or supabase to get ids , n8n chat when you do create chat there a metadata object you can pass whatever you want there

1 Like

Oohh that’s great to know!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.