LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clihost_backendHostBackendClient
    Classā—Since v0.4

    HostBackendClient

    Copy
    HostBackendClient(
      self,
      base_url: str,
      api_key: str,
      tenant_id: str | None 

    Constructors

    Methods

    View source on GitHub
    =
    None
    )
    constructor
    __init__
    NameType
    base_urlstr
    api_keystr
    tenant_idstr | None
    method
    create_deployment
    method
    list_deployments
    method
    get_deployment
    method
    delete_deployment
    method
    request_push_token
    method
    request_upload_url
    method
    update_deployment
    method
    update_deployment_internal_source
    method
    list_revisions
    method
    get_revision
    method
    get_build_logs
    method
    get_deploy_logs

    Minimal JSON HTTP client for the host backend deployment service.

    Create a deployment.

    Get a signed GCS URL for uploading the source tarball.

    Trigger a remote build revision with the uploaded tarball.