TypeScript SDK
The official TypeScript SDK provides a fully typed interface to the Meibel API.Installation
Quick Start
Configuration
Resources
client.agents- Create, manage, and publish AI agentsclient.agents.sessions- Create, manage, and chat with agent sessionsclient.artifactSchemas- Define structured output schemas for agent artifactsclient.batches- Create and manage batch processing definitionsclient.batches.executions- Run, monitor, and manage batch executionsclient.confidenceScoring- Track and analyze confidence scoresclient.datasources- Manage data source connectionsclient.datasources.dataElements- Manage data elements within datasourcesclient.datasources.downloads- Export datasources as downloadable filesclient.datasources.fileUploads- Upload and manage content filesclient.datasources.ingest- Trigger and monitor datasource ingestionclient.datasources.tables- Manage table and column descriptions for AI contextclient.documents- Parse and transform documents into structured dataclient.metadataModelCatalog- Browse available metadata extraction modelsclient.sessions- View session details across agents
TypeScript Support
This SDK is written in TypeScript and provides:- Full type definitions for all API types
- Zod schemas for runtime validation
- IntelliSense support in VS Code and other IDEs