REST API

A plain HTTP/JSON subset of the platform for dashboards, scripts, and back-ends. Same bearer key, same credit metering as MCP. The full agent surface (every dataset) lives on the MCP server.

Base URL & auth#

bash
# Base URL
https://arkolith.com/api/v1

# Every request
curl -H "Authorization: Bearer YOUR_API_KEY" https://arkolith.com/api/v1/funds

Machine-readable spec: /openapi.json (OpenAPI 3.1).