AIdenID Glasswing · Test Flight 2026

AIdenID — Customer brief

Author: Manika Sakulsureeyadej (customer & product), drafted with a coding assistant · Date: 27 Sep 2026 Build checked against: mrrCarter/AIdenID-Glasswing main at 5c4f3f4 (README.md, docs/runbook.md)

Labels: [Observed] = seen in the current build or repo. [Hypothesis] = our assumption, not yet tested with a customer. No customer conversations are recorded here, so every customer and payer statement is a hypothesis.

In one sentence

AIdenID lets a website owner give an AI agent permission for one specific job, checks that permission on every request, lets the owner revoke it, and keeps a signed record of each decision.

Initial customer

Question Answer Label
Who has the problem? The security or platform owner of a website or API that AI agents call [Hypothesis]; matches the README
What should the agent be able to do? Read the catalogue, reserve an item [Observed]: GET /catalog and POST /items/:id/reserve are allowed with the matching permission
What must it never do? Export private customer data [Observed]: /customers/export is denied for every caller
What goes wrong today? Sites can block all automation, allow all of it, or hand-write rules per integration, and none of these leave evidence for an auditor [Hypothesis]; from the README
Who uses it day to day? A security or platform engineer running the console [Hypothesis]
Who installs it? A backend engineer who adds the verifier middleware in front of the site's routes [Hypothesis]; [Observed] that the demo does this on a Fastify site
Who pays? The site owner, likely through the security or platform budget [Hypothesis]

What the build shows today (local runs, not hosted CI)

How it could make money (proposal, not an offer)

The README's hypothesis: charge per cleared (non-denied) action, or a flat plan per protected site. The kernel already meters non-deny decisions [Observed]; willingness to pay is untested [Hypothesis].

What we still need to learn