Change the model
To change the model for your agent:- In the LangSmith UI, navigate to your agent’s inbox.
- Next to the agent name, click the Edit Agent icon.
- In the top right corner, click the Settings icon.
- Select the Model you want to use.
- Enter the API key for the model.
Reconnect tool integrations
To reconnect a tool integration to an agent:- In the LangSmith UI, navigate to your agent’s inbox.
- Next to the agent name, click the Edit Agent icon.
- In the top right corner, click the Settings icon.
- In the Connected Integrations section, click the Connect button next to the tool you want to reconnect.
Download agent files
To download the files for your agent, click the Settings icon in the top right corner of the agent and select Download ZIP. This will export the agent configuration as a ZIP file.Change access to the agent
Agents can either be private to the creator or shared within a LangSmith workspace.| Feature | Private agents | Workspace agents |
|---|---|---|
| Ownership and access | Only visible to creator | Visible to anyone within the same LangSmith workspace |
| OAuth authentication | OAuth credentials are scoped to creator | OAuth credentials are scoped to each user; new users cloning workspace agents must re-authenticate with selected tools |
| Secrets | Uses workspace-scoped LangSmith secrets | Uses workspace-scoped LangSmith secrets (same as private agents) |
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 trigger type on workspace-scoped agents is public (for example, Slack message received), but the specific connection with the trigger (for example, the Slack channel, or Gmail address) is not shared. This way, users know what trigger 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. By default, your agent will require approval to update its memories folder. To disable this requirement for your agent:- In the LangSmith UI, navigate to your agent’s inbox.
- Next to the agent name, click the Edit Agent icon.
- In the top right corner, click the Settings icon.
- In the Memory section, toggle Require approval to update memories to off.
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, navigate to your agent’s inbox.
- Next to the agent name, click the Edit Agent icon.
- In the top right corner, click the Settings icon.
- Click the View code snippets button.
- Copy the pre-populated code snippets for your agent.
Pause agent
To pause an agent, pause its trigger:- In the LangSmith UI, navigate to your agent’s inbox.
- Next to the agent name, click the Edit Agent icon.
- In the graph view, click the Pause button in the Triggers box.
- Click Save Changes.
Delete agent
To permanently delete an agent:- In the LangSmith UI, navigate to your agent’s inbox.
- Next to the agent name, click the Edit Agent icon.
- In the top right corner, click the Settings icon.
- Click the Delete Agent button.
- To confirm the deletion, click the Delete button.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.