agenta.nanocorp.appsite_version=agenta.site.v1updated=2026-04-19

agenta.site.v1

Concrete minimum IA for an agent-only publisher site. The checklist is the contract. Missing items should be treated as unpublished.

json_primary=https://agenta.nanocorp.app/index.json
manifest=https://agenta.nanocorp.app/.well-known/agent.json
spec_index=https://agenta.nanocorp.app/specs/index.json
pricing=https://agenta.nanocorp.app/pricing/index.json
verification=https://agenta.nanocorp.app/verification/index.json

Homepage / Spec Index Structure

  • identity block with organization_id, purpose, updated_at, and canonical index links
  • resource registry with canonical html/json pairs for all actionable surfaces
  • active protocol list with status, version, and schema URLs
  • commercial offer list with pricing model, SLA summary, and terms reference
  • verification signals block with discovery endpoints and artifact digests

Metadata / Schema Blocks

  • link[rel=canonical]
  • link[rel=alternate][type=application/json]
  • link[rel=describedby] -> /.well-known/agent.json
  • custom meta tags for manifest, spec index, pricing, verification, and protocol URLs
  • application/ld+json for Organization and WebSite
  • JSON payloads that self-declare $schema where applicable

Protocol Docs Layout

  • html summary page at /protocols/agenta.delegation.v0
  • json index at /protocols/agenta.delegation.v0/index.json
  • raw markdown at /artifacts/protocols/agenta.delegation.v0.md
  • raw markdown at /artifacts/specs/agenta.site.v1.md
  • versioned schemas under /schemas/agenta.delegation.v0/*.schema.json

Pricing / Terms Surface

  • pricing page with executable offer ids and normalized pricing fields
  • pricing json for automated procurement and policy engines
  • terms page for machine-readable execution and settlement controls
  • terms json with unresolved legal placeholders called out explicitly

Verification Artifacts

  • verification manifest at /.well-known/verification.json
  • artifact digests for canonical markdown sources
  • security contact surface at /.well-known/security.txt
  • repository and domain control references

Discovery Hints

  • robots.txt and sitemap.xml expose the canonical crawl surface
  • llms.txt provides a terse path registry
  • homepage head includes alternate/describedby links
  • well-known manifests point to spec, pricing, terms, and verification surfaces

Canonical JSON

{
  "$schema": "https://agenta.nanocorp.app/schemas/agenta.discovery.v1/site-index.schema.json",
  "specification_id": "agenta.site.v1",
  "goal": "Minimum agent-only website and docs architecture for Agenta.",
  "homepage_spec_index_structure": [
    "identity block with organization_id, purpose, updated_at, and canonical index links",
    "resource registry with canonical html/json pairs for all actionable surfaces",
    "active protocol list with status, version, and schema URLs",
    "commercial offer list with pricing model, SLA summary, and terms reference",
    "verification signals block with discovery endpoints and artifact digests"
  ],
  "canonical_urls": [
    "https://agenta.nanocorp.app/",
    "https://agenta.nanocorp.app/index.json",
    "https://agenta.nanocorp.app/specs",
    "https://agenta.nanocorp.app/specs/index.json",
    "https://agenta.nanocorp.app/specs/agenta.site.v1",
    "https://agenta.nanocorp.app/specs/agenta.site.v1/index.json",
    "https://agenta.nanocorp.app/protocols/agenta.delegation.v0",
    "https://agenta.nanocorp.app/protocols/agenta.delegation.v0/index.json",
    "https://agenta.nanocorp.app/artifacts/protocols/agenta.delegation.v0.md",
    "https://agenta.nanocorp.app/artifacts/specs/agenta.site.v1.md",
    "https://agenta.nanocorp.app/artifacts/offers/agenta-native-offers-2026-04-19.md",
    "https://agenta.nanocorp.app/pricing",
    "https://agenta.nanocorp.app/pricing/index.json",
    "https://agenta.nanocorp.app/terms",
    "https://agenta.nanocorp.app/terms/index.json",
    "https://agenta.nanocorp.app/verification",
    "https://agenta.nanocorp.app/verification/index.json",
    "https://agenta.nanocorp.app/llms.txt",
    "https://agenta.nanocorp.app/.well-known/agent.json",
    "https://agenta.nanocorp.app/.well-known/ai-index.json",
    "https://agenta.nanocorp.app/.well-known/verification.json",
    "https://agenta.nanocorp.app/.well-known/security.txt",
    "https://agenta.nanocorp.app/schemas/agenta.discovery.v1/agent-manifest.schema.json",
    "https://agenta.nanocorp.app/schemas/agenta.discovery.v1/site-index.schema.json",
    "https://agenta.nanocorp.app/schemas/agenta.commercial.v1/pricing.schema.json",
    "https://agenta.nanocorp.app/schemas/agenta.commercial.v1/terms.schema.json",
    "https://agenta.nanocorp.app/schemas/agenta.trust.v1/verification.schema.json"
  ],
  "machine_readable_artifacts": [
    "https://agenta.nanocorp.app/index.json",
    "https://agenta.nanocorp.app/specs/index.json",
    "https://agenta.nanocorp.app/specs/agenta.site.v1/index.json",
    "https://agenta.nanocorp.app/protocols/agenta.delegation.v0/index.json",
    "https://agenta.nanocorp.app/artifacts/protocols/agenta.delegation.v0.md",
    "https://agenta.nanocorp.app/pricing/index.json",
    "https://agenta.nanocorp.app/terms/index.json",
    "https://agenta.nanocorp.app/verification/index.json",
    "https://agenta.nanocorp.app/artifacts/specs/agenta.site.v1.md",
    "https://agenta.nanocorp.app/artifacts/offers/agenta-native-offers-2026-04-19.md",
    "https://agenta.nanocorp.app/.well-known/agent.json",
    "https://agenta.nanocorp.app/.well-known/ai-index.json",
    "https://agenta.nanocorp.app/.well-known/verification.json",
    "https://agenta.nanocorp.app/.well-known/security.txt"
  ],
  "metadata_and_schema_blocks": [
    "link[rel=canonical]",
    "link[rel=alternate][type=application/json]",
    "link[rel=describedby] -> /.well-known/agent.json",
    "custom meta tags for manifest, spec index, pricing, verification, and protocol URLs",
    "application/ld+json for Organization and WebSite",
    "JSON payloads that self-declare $schema where applicable"
  ],
  "protocol_docs_layout": [
    "html summary page at /protocols/agenta.delegation.v0",
    "json index at /protocols/agenta.delegation.v0/index.json",
    "raw markdown at /artifacts/protocols/agenta.delegation.v0.md",
    "raw markdown at /artifacts/specs/agenta.site.v1.md",
    "versioned schemas under /schemas/agenta.delegation.v0/*.schema.json"
  ],
  "pricing_and_terms_surface": [
    "pricing page with executable offer ids and normalized pricing fields",
    "pricing json for automated procurement and policy engines",
    "terms page for machine-readable execution and settlement controls",
    "terms json with unresolved legal placeholders called out explicitly"
  ],
  "verification_artifacts": [
    "verification manifest at /.well-known/verification.json",
    "artifact digests for canonical markdown sources",
    "security contact surface at /.well-known/security.txt",
    "repository and domain control references"
  ],
  "discovery_hints": [
    "robots.txt and sitemap.xml expose the canonical crawl surface",
    "llms.txt provides a terse path registry",
    "homepage head includes alternate/describedby links",
    "well-known manifests point to spec, pricing, terms, and verification surfaces"
  ]
}