Build the Autonomous Economy With MS Tidal.
Programmatically orchestrate autonomous agents, query clinical health intelligence, and subscribe to event streams with enterprise security.
import { TidalClient } from "@mstidal/sdk";
// Initialize Tidal client with enterprise API key
const tidal = new TidalClient({
apiKey: process.env.TIDAL_API_KEY,
environment: "production"
});
// Trigger autonomous execution agent
const execution = await tidal.agents.dispatch({
agentId: "agent_ops_reconcile",
parameters: {
datasetRef: "s3://corp-vault/invoices/2026/09/batch_89.parquet",
reconciliationThreshold: 0.995,
autoPostToErp: true
},
guardrails: {
maxSpendLimit: 50000,
escalationEmail: "cfo-ops@enterprise.com"
}
});
console.log("Agent Execution DAG:", execution.executionId);
console.log("Status:", execution.status); // "DISPATCHED" | "EXECUTING"API & Developer Ecosystem
Comprehensive technical documentation surfaces and developer toolchains.
API Documentation
REST & gRPC OpenAPI 3.1 specifications and schema definitions.
Authentication
Scoped bearer tokens, mTLS certificates, and HMAC signature validation.
SDKs & Client Libraries
Official bindings for TypeScript/Node.js, Python, and Go.
Webhooks
Real-time cryptographic callbacks on agent phase completions.
Agent APIs
Direct worker lifecycle, memory isolation, and parameter injection.
Workflow APIs
Multi-agent orchestration DAGs, branching logic, and rollback states.
Developer Sandbox
Isolated mock environment seeded with synthetic ERP/EHR fixtures.
API Status & Telemetry
Real-time cluster uptime, edge latency, and scheduled maintenance.
Developer Support
Direct engineering Slack channels, SLA-backed ticket escalation.
Request Sandbox Credentials
Join enterprise engineering teams testing autonomous agent pipelines and FHIR integration endpoints in our isolated sandbox cluster.