API reference

Vault-scoped knowledge and action endpoints generated from Alpha’s public tool catalog.

View as Markdown

The Alpha REST API exposes the same reviewed tools as Alpha MCP. The API definition, TypeScript SDK, Python SDK, and MCP server all come from one public catalog.

Base URL

https://mcp.openantares.com/v1

OpenAPI document

Download the current OpenAPI 3.1 definition.

Authentication

Pass a personal API key or an approved OAuth access token in the Authorization header.

$curl https://mcp.openantares.com/v1/vaults \
> -H "Authorization: Bearer $ALPHA_API_KEY"

Response shape

Successful responses wrap the result in data. Errors include a stable code, a message, and the same request ID returned in the X-Request-Id response header.

1{
2 "data": {
3 "vaults": []
4 }
5}

Most data endpoints accept a vault field. Send the exact vault ID or name returned by GET /v1/vaults. When a credential can reach more than one vault, do not leave scope implicit.