Skip to main content

MindBridge API Python Client

Logo of MindBridge

Interact with the MindBridge API using this Python SDK. Please see The MindBridge API for more information about the MindBridge API. You can also Access MindBridge Customer Support or Contact us.

Installation

MindBridge API Python Client can be installed with pip:

pip install mindbridge-api-python-client

It is recommended to install and run MindBridge API Python Client from a virtual environment, for example, using the Python standard library's venv or using uv.

Usage

Before you begin, create an API token within your tenant by following Create an API token. There are several methods to securely store your API token and use it with your Python process, for this short example it's assumed that the following have been set as environment variables:

  • MINDBRIDGE_API_URL: Your MindBridge tenant URL, like subdomain.mindbridge.ai
  • MINDBRIDGE_API_TOKEN: Your API token

This script connects to your MindBridge tenant and calls the /v1/users/current endpoint to retrieve information about the authenticated user:

import os
import mindbridgeapi as mbapi

url = os.environ.get("MINDBRIDGE_URL", "")
token = os.environ.get("MINDBRIDGE_API_TOKEN", "")

server = mbapi.Server(url=url, token=token)

user = server.users.get_current()
print(f"Name: {user.first_name} {user.last_name}")
print(f"Role: {user.role}")
print(f"ID:   {user.id}")

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindbridge_api_python_client-26.7.0.tar.gz (135.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mindbridge_api_python_client-26.7.0-py3-none-any.whl (214.5 kB view details)

Uploaded Python 3

File details

Details for the file mindbridge_api_python_client-26.7.0.tar.gz.

File metadata

  • Download URL: mindbridge_api_python_client-26.7.0.tar.gz
  • Upload date:
  • Size: 135.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mindbridge_api_python_client-26.7.0.tar.gz
Algorithm Hash digest
SHA256 ed89024ddeca750504945842ed7b1bc6a3026ee45c5eb4ff3e5bae3aa2309d62
MD5 6268c0c3108093a735e63958ebeaae67
BLAKE2b-256 ff40a151f53420f2381e740957592d2b07a23390470b1b283ed4d83f3ad3e088

See more details on using hashes here.

File details

Details for the file mindbridge_api_python_client-26.7.0-py3-none-any.whl.

File metadata

  • Download URL: mindbridge_api_python_client-26.7.0-py3-none-any.whl
  • Upload date:
  • Size: 214.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mindbridge_api_python_client-26.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 019f890510b1b1408c428105f25576f735e29052cfb3cd7c68a33277549ac73b
MD5 dc048edfca12f502092638390d1f0027
BLAKE2b-256 91a5bd9cb375439b0bc6ddc71a5da4bf678e02d690c8a03fffaf4104d699f879

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

26.7.0 This release

2 files

26.5.0

2 files

26.3.0

2 files

26.1.0

2 files

1.8.3

2 files

1.8.2

2 files

1.8.1

2 files

1.8.0

2 files

1.6.3

2 files

1.6.2

2 files

1.6.1

2 files

1.6.0

2 files

1.5.1

2 files

1.5.0

2 files

1.4.11

2 files

1.4.10

2 files

1.4.9

2 files

1.4.8

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page