Loading health…

UDT Mark 2 API

v1.0 (udt-m2v1) β€” Organism-tier cognitive architecture

v3.0.080 endpoints4 domainsOpenAPI 3.0

The Universal Digital Twin (UDT) is an AI-powered platform that creates intelligent digital representations of people, processes, and knowledge. Use this API to build conversational interfaces, manage knowledge, orchestrate workflows, and surface insights β€” all through a single integration.

Authentication

Three authentication methods are supported. Choose based on your environment.

πŸ”‘ API Key

For server-to-server integrations

X-API-Key: <your-api-key>

# Or via Authorization header:
Authorization: ApiKey <your-api-key>

πŸ” OIDC Bearer

For user-facing applications

Authorization: Bearer <jwt-token>

# Obtain via /auth/oidc/config

πŸ§ͺ Dev Bypass

For local development only

# Set environment variable:
AUTH_BYPASS=true

# No auth headers needed
Base URLhttp://localhost:3200

Quick Start

Get up and running in minutes. Four essential workflows to integrate UDT.

1. Health Check

Verify twin health and service status

bash
curl http://localhost:3200/api/health

2. Get Twin Status

Get twin identity and uptime

bash
curl http://localhost:3200/api/status

3. Send Chat Message

Send a message to the twin

bash
curl -X POST http://localhost:3200/api/v1/chat/chat/message \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello twin!", "userId": "user-123"}'

4. Get Organism Status

View cognitive state and tangle index

bash
curl http://localhost:3200/api/v1/organism/status

Use Cases

Explore UDT capabilities organized by business value.

πŸ’š

Health Monitoring

Check twin health and service status

3 endpoints
πŸ’¬

Conversational Intelligence

Chat interface for twin interaction

3 endpoints
🧬

Organism Tier

Cognitive state, tangle index, and sleep cycles

3 endpoints
πŸ”„

Continuity & Lifecycle

Twin lifecycle management and succession

1 endpoints
πŸ“

Hierarchy

Ancestry chains and projection policies

1 endpoints
🌐

Commons & Welfare

Pattern library and twin welfare

3 endpoints
πŸ“₯

Ingestion

Source ingestion and processing

1 endpoints

API Reference

β–ΆFoundation22Health checks, learning, knowledge, and communications
β–ΆIntelligence21Chat, ingestion, observer, scheduler, MCP, and algorithms
β–ΆCognition20Healer, query orchestrator, persona, proactive, decision, and observability
β–ΆOrganism17Cognitive state, continuity, hierarchy, and commons