Build with SubcueAI

SubcueAI Developer Resources

Public REST endpoints, an OpenAPI 3.1 specification, and a read-only MCP server for accurate SubcueAI product information.

Public API

Read-only REST endpoints

The SubcueAI Public API is unauthenticated and exposes product information only. It never returns accounts, resumes, interview transcripts, or other user data.

curl -s https://subcue.ai/api/v1/plans
MethodPathDescription
GET/api/v1API index and discovery links
GET/api/v1/plansCurrent plans, billing cycles, prices, and credit grants
GET/api/v1/releases/latest?platform=macosLatest desktop release metadata for macOS or Windows

OpenAPI

OpenAPI 3.1 JSON

The machine-readable source of truth for public REST paths, parameters, response codes, and JSON schemas.

subcue.ai/openapi.json

Authentication

No key required

Public REST and MCP operations require no authentication. Account and interview APIs are private product interfaces and are not offered as third-party developer APIs.

Model Context Protocol

Read-only MCP server

Send MCP 2025-06-18 JSON-RPC requests to POST /mcp. Available tools are get_pricing and get_latest_version; resources are subcue://overview and subcue://faq.

MCP server card

curl -s https://subcue.ai/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Webhooks

Current availability

SubcueAI does not currently offer outbound developer webhooks. Billing-provider webhooks are internal infrastructure and are not a public integration surface.

Machine discovery

Stable entry points