When building a coded agent that uses an Integration Service (Slack) connection, uip codedagent run correctly loads resource overwrites from __uipath/uipath.json and resolves the binding key to the real connection UUID. However, uip codedagent eval does not load those overwrites — it sends the raw binding key string directly to the Connections API, which returns CNS1026 ("The value 'slack-personal' is not valid"). This makes it impossible to run local smoke evals for any agent that uses IS connections.
When building a coded agent that uses an Integration Service (Slack) connection,
uip codedagent runcorrectly loads resource overwrites from__uipath/uipath.jsonand resolves the binding key to the real connection UUID. However,uip codedagent evaldoes not load those overwrites — it sends the raw binding key string directly to the Connections API, which returns CNS1026 ("The value 'slack-personal' is not valid"). This makes it impossible to run local smoke evals for any agent that uses IS connections.