// Organization
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Aethelforge",
"url": "https://aethelforge.ai",
"description": "The orchestration layer for autonomous commerce and industrial operations. A system of record for the machine economy.",
"parentOrganization": {
"@type": "Organization",
"name": "iSimplifyMe",
"url": "https://isimplifyme.com"
},
"knowsAbout": [
"Model Context Protocol",
"Agentic Commerce Protocol",
"Agent Payments Protocol",
"HTTP 402 Native Payments"
]
}
// WebSite
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Aethelforge",
"url": "https://aethelforge.ai",
"description": "The orchestration layer for autonomous commerce and industrial operations. A system of record for the machine economy.",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://aethelforge.ai/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
// FAQPage
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Aethelforge?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Aethelforge is the orchestration layer for autonomous commerce and industrial operations — the system of record for the machine economy. It provides the rails, protocols, and settlement trail that let agents transact with each other on behalf of humans."
}
},
{
"@type": "Question",
"name": "What protocols does Aethelforge support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Aethelforge speaks MCP (Model Context Protocol), ACP (Agentic Commerce Protocol), AP2 (Agent Payments Protocol), and x402 (HTTP-native payments). Every transaction is signed and every settlement is traceable."
}
},
{
"@type": "Question",
"name": "Who builds on Aethelforge?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Two audiences: consumers (via Axis, a predictive replenishment agent that lives in your Gmail) and merchants (via the Forge SDK, which adds agent-commerce rails to any site in under an hour)."
}
},
{
"@type": "Question",
"name": "Is Aethelforge open source?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Forge SDK is open source, published under the agentcommerce namespace on npm. The Aethelforge platform that orchestrates transactions across SDKs is proprietary."
}
},
{
"@type": "Question",
"name": "How does Aethelforge handle money?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Every transaction is gated: intent is signed by the consumer agent, orchestrated by Aethelforge, and settled via ACP or x402. Full cryptographic receipts are stored in the Live Ops Feed. Humans audit by default."
}
}
]
}