Developer Hub & API Infrastructure

Build the Autonomous Economy With MS Tidal.

Programmatically orchestrate autonomous agents, query clinical health intelligence, and subscribe to event streams with enterprise security.

Developer Sandbox: v1.8-alpha|npm i @mstidal/sdk
dispatch-agent.ts
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.

Developer Preview

Authentication

Scoped bearer tokens, mTLS certificates, and HMAC signature validation.

Developer Preview

SDKs & Client Libraries

Official bindings for TypeScript/Node.js, Python, and Go.

Developer Preview

Webhooks

Real-time cryptographic callbacks on agent phase completions.

Developer Preview

Agent APIs

Direct worker lifecycle, memory isolation, and parameter injection.

Developer Preview

Workflow APIs

Multi-agent orchestration DAGs, branching logic, and rollback states.

Developer Preview

Developer Sandbox

Isolated mock environment seeded with synthetic ERP/EHR fixtures.

Developer Preview

API Status & Telemetry

Real-time cluster uptime, edge latency, and scheduled maintenance.

Developer Preview

Developer Support

Direct engineering Slack channels, SLA-backed ticket escalation.

Developer Preview

Request Sandbox Credentials

Join enterprise engineering teams testing autonomous agent pipelines and FHIR integration endpoints in our isolated sandbox cluster.