Documentation Portal

Run the full Autional platform locally in 3 clear steps.

This documentation hub is designed to get new engineers from local boot to system understanding quickly. Start the platform, validate the gateway, then move into the docs that match your task: architecture, APIs, security, or deployment.

1

Clone and boot the platform

Start the local stack so every service, gateway route, and operational dependency is available for exploration.

# See docs.autional.com/configuration for setup instructions
docker compose -f docker-compose.infra.yml -f docker-compose.monolith.yml up -d
2

Verify the gateway

Check health first, then move into the interactive docs once the gateway is responding.

curl http://localhost:11080/health
open http://localhost:11080/docs/
3

Sign in to the admin console

Use the default local credentials to inspect tenants, auth flows, policies, and configuration from the UI.

http://localhost:11080
admin@admin.com

Next Stops