Skip to content

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

WHY 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.

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.