arcanon

API Reference

REST and GraphQL API documentation.

Overview

The Arcanon Hub exposes both REST and GraphQL APIs for querying your service graph.

Authentication

All API requests require a bearer token:

curl -H "Authorization: Bearer <token>" https://app.arcanon.dev/api/v1/graph

Generate tokens from the Hub dashboard under Settings > API Keys.

REST Endpoints

GET /api/v1/graph

Returns the full service graph for your organisation.

GET /api/v1/graph/:service/impact

Returns the blast radius for a given service.

GET /api/v1/drift

Returns drift detection results across all repositories.

GraphQL

The GraphQL endpoint is available at /api/graphql. A playground is available in the Hub dashboard.

On this page