ama-mana
Unified API Gateway
Operational
Welcome to the API

A single endpoint.
Infinite possibilities.

You have reached the root of the ama-mana API. All interactions happen over a single POST /api request with a call identifier. Browse the quick start on the right to get going.

Admin
Status
● Online
Latency
— ms
Uptime
00:00:00

      

Why you're here

A short orientation for anyone opening this URL in a browser.

Single Endpoint

Every operation goes through POST /api. Pass a call ID in the body to route to the right handler.

Secure by Default

Requests require a secret-key header. Authenticated calls also need a Bearer JWT.

Uniform Responses

Every response follows the same shape: status, message, data, and meta.

Role Aware

Handlers can require roles. Access is denied with 403 when the caller is not permitted.

Copied to clipboard