Skip to main content

Go SDK

The official Go SDK provides an idiomatic Go interface to the Meibel API.

Installation

Quick Start

Configuration

Resources

  • client.Agents - Create, manage, and publish AI agents
  • client.Agents.Sessions - Create, manage, and chat with agent sessions
  • client.ArtifactSchemas - 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.ConfidenceScoring - Track and analyze confidence scores
  • client.Datasources - Manage data source connections
  • client.Datasources.DataElements - Manage data elements within datasources
  • client.Datasources.Downloads - Export datasources as downloadable files
  • client.Datasources.FileUploads - 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.ExecutionPolicies - Manage execution policies
  • client.MetadataModelCatalog - Browse available metadata extraction models
  • client.Sessions - View session details across agents

Context Support

All operations accept a context.Context as the first parameter for cancellation and timeout handling: