Problem :
When the use interact with AgentFlow they are getting error : “Something went wrong. Try again later.”
Error Screenshot :
Cause :
The issue is occurring because the user does not have sufficient permissions to access or operate within the AgentFlow system. Without the appropriate level of authorization, the user is unable to perform the necessary actions, which leads to the problem being experienced.
Solution :
The user must be assigned the following roles as required to interact with AgentFlow.
| Role | Access Privileges |
|---|---|
ROLE_EXECUTE_MCP |
agentflow.mcp.EXECUTE |
ROLE_ADMIN_MCP |
agentflow.mcp.ALL |
ROLE_EXECUTE_AGENTS |
agentflow.mcp.EXECUTE (MCP prerequisite) + agentflow.agents.EXECUTE
|
ROLE_ADMIN_AGENTS |
agentflow.ALL |
Please refer to the documentation: AgentFlow capabilities and permissions for more details.
Comments
Please sign in to leave a comment.