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
JavaScriptlangsmithsandboxAccessDelegation
Interface●Since v0.14

AccessDelegation

Copy
interface AccessDelegation

Properties

View source on GitHub
property
mode: AccessDelegationMode
property
permissions: string[]

Grant letting code inside a sandbox call the LangSmith API as the creator.

INHERIT tracks everything the creator can do; EXPLICIT is capped to permissions. Permissions are a ceiling re-checked on every request rather than a snapshot, so access the creator loses is lost here too.