AI-Crawlable OpenAPI v2.0

API Documentation

Welcome to the Elysian Enterprise API developer and AI agent portal. Integrate our autonomous workflow intelligence directly into your systems.

v1.0.0 (JSON)

OpenAPI Swagger JSON

Standard OpenAPI schema file optimized for modern developer clients, Postman, and automated AI bots parsing endpoint definitions.

v1.0.0 (YAML)

OpenAPI Swagger YAML

Human-friendly specification format optimized for system architectures, configuration review, and direct ingestion by Custom GPTs or Claude.

Overview

Elysian operates a high-performance backend architecture written in Go utilizing the Gin framework. It is optimized for low TTFB (Time to First Byte) using Redis caching and asynchronous job handling via Asynq. Security is enforced globally through strict Role-Based Access Control (RBAC) middleware.

Host Url
http://localhost:7777
API Base
/
Auth
Bearer Auth (JWT)
Example Request
curl -X GET \
  http://localhost:7777/api/v1/users/me \
  -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsIn...' \
  -H 'Content-Type: application/json'