Langsmith Deployment
Automate LangSmith deployment and configuration for seamless LLM observability and debugging workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add langsmith-deployment npx -- -y @trustedskills/langsmith-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"langsmith-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/langsmith-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The langsmith-deployment skill allows AI agents to deploy and manage LangSmith deployments. It facilitates the creation, updating, and deletion of LangSmith deployment resources directly from within an agent's workflow. This enables automated experimentation and management of LLM applications using LangSmith’s observability platform.
When to use it
- Automated Experimentation: An agent needs to automatically deploy different versions of a chatbot for A/B testing, then analyze the results in LangSmith.
- Dynamic Configuration: An agent must adjust deployment settings (e.g., memory, temperature) based on real-time performance metrics observed within LangSmith.
- Infrastructure Provisioning: An agent needs to create new LangSmith deployments as part of an automated application rollout process.
- Rollback and Recovery: An agent automatically reverts to a previous deployment in LangSmith if errors are detected during runtime.
Key capabilities
- Create LangSmith Deployments
- Update existing LangSmith Deployments
- Delete LangSmith Deployments
Example prompts
- "Deploy a new chatbot version named 'my-chatbot-v2' with the latest code."
- "Increase the temperature of the current deployment to 0.8 and log the changes in LangSmith."
- “Roll back the last deployment if the error rate exceeds 5%.”
Tips & gotchas
Requires a configured LangSmith API key for authentication. Ensure the agent has appropriate permissions within your LangSmith organization to perform deployment actions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.