langchain · LangGraph and LangChain Agents Docs
Langsmith Create Assistant
Provides the API endpoint and procedure for creating a new assistant within the LangSmith Agent Server, including how to manage assistant versions.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Langsmith Create Assistant
Provides the API endpoint and procedure for creating a new assistant within the LangSmith Agent Server, including how to manage assistant versions.
When To Use
Use when you need to programmatically initialize a new assistant instance and manage its versioning via the LangSmith Agent Server API.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/langsmith-agent-server-api-assistants-create-assistant-workflow-guide.md | OpenAPI specification documentation for creating an assistant via the LangSmith Agent Server API. | Questions about openAPI specification documentation for creating an assistant via the LangSmith Agent Server API. |
examples/langsmith-agent-server-api-assistants-create-assistant-openapi-specifica.text | An OpenAPI 3.1.0 specification defining the LangSmith Agent Server API for creating assistants. | Exact payloads, commands, or snippets shown in An OpenAPI 3.1.0 specification defining the LangSmith Agent Server API for creating assistants. |
What This Skill Covers
-
Documentation Index Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before ex...
- Main sections:
OpenAPI.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.langchain.com/langsmith/agent-server-api/assistants/create-assistant.md