Source for the phor.io landing page.
Phor builds capability-mediation protocols and integrated environments for AI-agent software. Its main protocol is ASHE.
ASHE determines what an AI agent is permitted to do, whether the agent is embedded inside software or reaches it over an API or MCP. Each operation requires a capability token; an operation the token does not grant produces no key, so the agent cannot perform it. Every action is independently verifiable, and high-risk actions require explicit approval. Identity is delegated to existing systems (OAuth, OIDC); ASHE adds capability mediation, intent declaration, audit, and approval that those systems do not provide.
- Specification: https://github.com/patrickkarle/ashe-spec
- License: Apache 2.0 with patent grant
The phor.io landing page: a single-file static site served via GitHub Pages. No build step, no JavaScript runtime, no dependencies — index.html with inline CSS plus a Google Fonts link (IBM Plex Sans).
| File | Purpose |
|---|---|
index.html |
The complete landing page (HTML + CSS in one file) |
CNAME |
GitHub Pages custom domain configuration (phor.io) |
README.md |
This file |
Hosted via GitHub Pages from the master branch. Settings → Pages → Source: master / root. Custom domain phor.io is set via the CNAME file. Pages rebuilds and redeploys automatically within about 30 seconds of a push.
© 2026 Phor. Source available for reference. The Phor name and mark are trademarks of Patrick Karle.