Server APIs
The Application SDK server exposes comprehensive REST APIs for managing workflows, authentication, metadata operations, and server configuration.
Authentication & metadata
ReferenceDatabase connectivity and metadata operations including credential validation, schema retrieval, and preflight checks.
Configuration management
ReferenceWorkflow and system configuration management including configuration retrieval, updates, and configuration maps.
Server management
ReferenceCore server lifecycle and monitoring endpoints including health checks, readiness probes, and shutdown operations.
UI & Documentation
ReferenceUI and documentation endpoints for serving the application homepage, observability dashboard, and static documentation files.
Workflow management
ReferenceComprehensive workflow lifecycle management including HTTP-triggered execution, status monitoring, and workflow termination.
API usage: No authentication tokens required. Database credentials are provided in request body when needed. Use the provided code examples for integration.