Organizations Service
April 24, 2026 ยท View on GitHub
The Organizations service manages organization definitions and accessibility.
Architecture: Organizations
Local Development
Full setup: Local Development
Prepare environment
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y
See bootstrap for details.
Run from sources
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -w
Run tests
GOTOOLCHAIN=local go test ./...
E2E coverage now runs from the centralized go-core suite in
agynio/e2e (service: organizations).
See E2E Testing.