Skip to main content

Python SDK

The official Python SDK provides a convenient way to interact with the Meibel API.

Installation

Quick Start

Async Support

The SDK provides both synchronous and asynchronous clients:

Configuration

Resources

  • client.agents - Create, manage, and publish AI agents
  • client.agents.sessions - Create, manage, and chat with agent sessions
  • client.artifact_schemas - Define structured output schemas for agent artifacts
  • client.batches - Create and manage batch processing definitions
  • client.batches.executions - Run, monitor, and manage batch executions
  • client.confidence_scoring - Track and analyze confidence scores
  • client.datasources - Manage data source connections
  • client.datasources.data_elements - Manage data elements within datasources
  • client.datasources.downloads - Export datasources as downloadable files
  • client.datasources.file_uploads - Upload and manage content files
  • client.datasources.ingest - Trigger and monitor datasource ingestion
  • client.datasources.tables - Manage table and column descriptions for AI context
  • client.documents - Parse and transform documents into structured data
  • client.execution_policies - Manage execution policies
  • client.metadata_model_catalog - Browse available metadata extraction models
  • client.sessions - View session details across agents