LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesSandboxesRegistries
Class●Since v0.9

Registries

Copy
class Registries

Bases

APIResource

Constructors

Properties

Methods

View source on GitHub
constructor
constructor→ Registries
property
_client: Langsmith
method
create→ APIPromise<RegistryResponse>
method
delete→ APIPromise<void>
method
list→ APIPromise<RegistryListResponse>
method
retrieve→ APIPromise<RegistryResponse>
method
update→ APIPromise<RegistryResponse>

Create a sandbox registry for pulling private images.

Delete a sandbox registry by name.

List sandbox registries for pulling private images.

Get a sandbox registry by name.

Update a sandbox registry's name and/or credentials.