{"ok":true,"family":{"id":"integration-intelligence","name":"Integration Intelligence API","status":"beta","tagline":"Repository analysis, project-based history, manual reruns, deterministic diffs, and plan-aware billing — all account-scoped under one namespace.","summary":"The active beta family on the platform, covering repository analysis from uploads or public GitHub repos, project lifecycle management, run history with artifact-aware retention, manual reruns, deterministic run-to-run diffs, and plan-enforced billing.","availabilityNote":"Eighteen endpoints are live under /v1/integration-intelligence, covering the full analysis lifecycle, submission preflight, project management, run history, manual reruns, deterministic diffs, and billing. All routes are account-scoped with temporary beta account resolution."},"docs":{"href":"/apis/integration-intelligence"},"endpoints":[{"id":"health","method":"GET","path":"/v1/integration-intelligence/health","summary":"Return a simple liveness and readiness response."},{"id":"create-analysis","method":"POST","path":"/v1/integration-intelligence/analyses","summary":"Create a new analysis job from an uploaded repository archive."},{"id":"create-github-analysis","method":"POST","path":"/v1/integration-intelligence/analyses/github","summary":"Create a new analysis job from a public GitHub repository URL."},{"id":"get-analysis","method":"GET","path":"/v1/integration-intelligence/analyses/{analysisId}","summary":"Poll analysis job status as a lifecycle and provenance manifest."},{"id":"delete-analysis","method":"DELETE","path":"/v1/integration-intelligence/analyses/{analysisId}","summary":"Permanently delete an analysis record and its stored artifacts."},{"id":"get-results","method":"GET","path":"/v1/integration-intelligence/analyses/{analysisId}/results","summary":"Return the canonical JSON result set for a completed analysis."},{"id":"get-export-json","method":"GET","path":"/v1/integration-intelligence/analyses/{analysisId}/export.json","summary":"Return a richer JSON export bundle for any stored analysis."},{"id":"get-markdown-report","method":"GET","path":"/v1/integration-intelligence/analyses/{analysisId}/report.md","summary":"Return a human-readable Markdown report for a completed analysis."},{"id":"get-mermaid-graph","method":"GET","path":"/v1/integration-intelligence/analyses/{analysisId}/graph.mmd","summary":"Return a Mermaid graph export for a completed analysis."},{"id":"preflight","method":"POST","path":"/v1/integration-intelligence/analyses/preflight","summary":"Pre-check submission eligibility before upload."},{"id":"create-project","method":"POST","path":"/v1/integration-intelligence/projects","summary":"Create a project container for repeated analyses."},{"id":"list-projects","method":"GET","path":"/v1/integration-intelligence/projects","summary":"List projects for the current account."},{"id":"get-project","method":"GET","path":"/v1/integration-intelligence/projects/{projectId}","summary":"Fetch a single project record by ID."},{"id":"get-project-history","method":"GET","path":"/v1/integration-intelligence/projects/{projectId}/history","summary":"Return project metadata plus run history."},{"id":"rerun-project","method":"POST","path":"/v1/integration-intelligence/projects/{projectId}/rerun","summary":"Create a new analysis run from an existing project."},{"id":"diff-project","method":"GET","path":"/v1/integration-intelligence/projects/{projectId}/diff","summary":"Compare two completed runs within a project."},{"id":"billing-checkout","method":"POST","path":"/v1/integration-intelligence/billing/checkout","summary":"Create a hosted checkout session for plan upgrade."},{"id":"billing-webhook","method":"POST","path":"/v1/integration-intelligence/billing/webhook","summary":"Receive provider-signed billing events from Paddle."}]}