API Documentation

CloudSyncPK is primarily a marketing and lead-generation website. This page documents, honestly, what is and isn't available as a public API today.

Available Endpoints

GET /api/health

Returns a simple JSON status object confirming the site is running. No authentication required. No parameters accepted.

Lead Capture Forms Are Not a Public API

The Free AWS Audit, Cost Estimator, and Contact forms submit through a private, validated server-side lead handler. This is an internal integration for CloudSyncPK's own lead handling — it is not a published, documented, or supported public API, and third parties should not attempt to call it directly or rely on its shape remaining stable.

Public Read-Only MCP

CloudSyncPK provides a public, anonymous MCP endpoint at /mcp. It supports initialization, ping, tool discovery, and five read-only informational tools. These tools return public URLs, services, packages, cost-planning navigation, and credential-safety guidance; they do not submit forms, modify infrastructure, or access customer data. CloudSyncPK does not operate an OAuth/OIDC authorization server because no protected agent API is offered. See /auth.md and /docs/agent-readiness for discovery details.

What This Might Look Like in the Future

If CloudSyncPK adds protected or write-capable APIs in the future—for example, an approved endpoint that creates an audit request—they will be described here with real authentication, scope, request, and response details rather than placeholders.