Change the model
To change the model for your agent:- In the LangSmith UI, open your agent.
- In the sidebar, expand the Advanced settings drawer.
- In the Model section, select the model you want to use.
- If the model requires an API key, add it in the API keys section.
Reconnect tool integrations
To reconnect a tool integration to an agent:- In the LangSmith UI, open your agent.
- In the sidebar, expand the Connections drawer.
- Click Manage next to the integration to review or reconnect it.
Download agent files
To download the files for your agent, open the agent, expand the Advanced settings drawer in the sidebar, and under Developer click Download ZIP. This exports the agent configuration as a ZIP file.Change access to the agent
Agents can be private to the creator, shared with specific people, or shared with your entire LangSmith workspace.
To change the agent visibility, open your agent, expand the Sharing drawer in the sidebar, and select Private or Workspace. To share with specific people, click + Add next to Specific people.
Workspace-scoped agent details
While workspace-scoped agents are shared, some details are public, while others are private:- Threads are always user-scoped, so even if an agent is workspace-scoped, the chat history created within that agent will always be private and only accessible to the specific user who created them.
- The system prompt, selected tools, and sub-agents will be public on workspace-scoped agents. Users will not be able to modify these fields on the original workspace-scoped agent, but can make changes once they’ve cloned the agent.
- The channel type on workspace-scoped agents is public (for example, Slack message received), but the specific connection with the channel (for example, the Slack channel, or Gmail address) is not shared. This way, users know what channel to use when cloning an agent, but can’t gain unauthorized access to any connections the original user has set up.
Update memory
Your agent can remember information from previous conversations and use it to make better decisions in future conversations. Agents persist memories by writing files to a memories folder usingwrite_file and edit_file tool calls.
By default, your agent requires approval before saving to the memories folder. When this setting is enabled, the agent pauses and waits for you to accept, edit, or reject each memory update in the Fleet UI before continuing.
Disable required approval for memory updates
To disable the memory approval requirement:- In the LangSmith UI, open your agent.
- In the sidebar, expand the Knowledge drawer.
- In the Memory section, set Update memory and instructions to Auto.
Use the agent programmatically
You can use the LangGraph SDK to connect to your agent through code. To view the code snippets needed to call your agent programmatically:- In the LangSmith UI, open your agent.
- In the sidebar, expand the Advanced settings drawer.
- Under Developer, click View code snippets.
- Copy the pre-populated code snippets for your agent.
Pause agent
To pause an agent, pause its channels:- In the LangSmith UI, open your agent.
- In the sidebar, expand the Channels drawer.
- Click the Pause channels button.
Delete agent
To permanently delete an agent:- In the LangSmith UI, open your agent.
- In the sidebar, expand the Advanced settings drawer.
- In the Danger zone section, click Delete agent.
- To confirm the deletion, click the Delete button.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

