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
JavaScriptlangsmithsandboxServiceLoginUrl
Class●Since v0.14

ServiceLoginUrl

Copy
class ServiceLoginUrl

Constructors

Properties

View source on GitHub
constructor
constructor→ ServiceLoginUrl
property
access: string

Who may open it: "restricted" or "workspace".

property
url: string

The URL to open in a browser.

Service URL gated by LangSmith login rather than a token.

The grant is durable: no token, no expiry, and only usable from a browser signed in to LangSmith — which is why there is no fetch helper here, a programmatic request cannot satisfy the login.