a1-ai 2.8.0

A1 — The cryptographic identity and authorization layer that turns anonymous AI agents into accountable, verifiable entities. One Identity. Full Provenance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# A1 — Know Your Agent  v2.8.0
# https://github.com/dyologician/a1
#
# Quick start:   docker compose up -d
# Stop:          docker compose down
# Logs:          docker compose logs -f gateway
#
# Once running:
#   Gateway:   http://localhost:8080
#   Health:    http://localhost:8080/healthz
#   Studio:    http://localhost:8080/studio
#
# For production with persistent storage, copy env.example to .env first.

include:
  - path: docker/docker-compose.yml