From prompt to proof.
The AI-agentic engineering platform for sovereign digital government. Governed agent orchestration. Evidence by default.
KALAMATA · PROOF OF CONCEPT · MAY 2026
EIGHT SURFACES · ONE PLATFORM
Eight surfaces. One platform.
AEGIS Forge is the operating system for sovereign digital delivery. Two commercial products, four reusable capabilities, one delivery methodology, one runtime. Composable, auditable, sovereign by default.
Forge Studio
The AI-agentic engineering workspace. Every commit signed, every change explainable.
Learn more 02Forge API
OpenAI-compatible endpoint. One base URL switch. Government-grade evidence by default.
Learn more 03Agents
A roster of named roles with published constitutions. The Triad is the canonical crew.
Learn more 04Skills
Reusable competency packs with provenance proofs. Cross-municipality reuse made auditable.
Learn more 05Templates
Production-derived service blueprints. Fork in a day, deploy in two weeks.
Learn more 06Proofs
The receipt is the product. Every action emits chain-anchored evidence.
Learn more 07The Triad
BA, PM, Senior Developer — supervised by one accountable human lead.
Learn more 08Conductor
The orchestration runtime. Managed or sovereign self-hosted.
Learn moreWHY THIS EXISTS · AND WHY NOW
Government IT is the largest single technology line item in most national budgets, and the most opaque to those who fund it. AEGIS Forge is the operating system for closing that gap.
Annual cost
€100B+
Government IT failures across the EU and OECD¹
Miss objectives
79%
Government modernisation projects²
Productivity multiplier
65 : 1
Triad vs. traditional integrators³
Greenfield target
6 months
Citizen-scale services⁴
BUILT BY AN AI AGENT
This website was built by an AI agent.
aegis.openstatestack.solutions was designed, written, and shipped by Claude Code Opus 4.7, supervised by the AEGIS Triad. Wall-clock, human review hours, and receipts emitted are recorded on the build page.
ONE PLATFORM · FOUR BUYERS
One platform. Four buyers.
CUSTOMER · DEPLOYMENT OF RECORD
The Kalamata Proof of Concept.
KALAMATA · INNOVATION EXHIBITION · MAY 2026
Photograph supplied by the Municipality of Kalamata. Awaiting clearance for public use.
In May 2026, the Municipality of Kalamata digitised four citizen services on AEGIS Forge — built by the Triad, evidenced live to the auditor, and showcased at the city's Innovation Exhibition. It is the first deployment-of-record for the platform.
Services digitised
4
Delivery time
< 8 weeks
Receipts emitted
Live
FORGE API · MIGRATION
Wire-compatible. Sovereign-hosted. Evidence-bearing.
Change one base URL. Keep your SDK. Gain a cryptographic receipt on every inference.
Read the Forge API reference// Wire-compatible with the OpenAI SDK
import OpenAI from 'openai';
const forge = new OpenAI({
apiKey: process.env.FORGE_API_KEY,
baseURL: 'https://api.forge.openstatestack.solutions/v1',
});
const completion = await forge.chat.completions.create({
model: 'forge-conductor-1',
messages: [{ role: 'user', content: 'Draft a brief for the parking-appeals service.' }],
});
console.log(completion.choices[0].message.content);
// New field: the cryptographic receipt of this inference,
// chain-anchored and verifiable by any third party.
console.log(completion.proof.receipt);
// → { id: 'rec_01J...', anchor: '0x9af...', constitution: 'forge-default-v1', ... }Build the next municipal service.
Talk to leadership. We staff the call with the people who built Kalamata — not with a sales-development representative.
FROM PROMPT TO PROOF.