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

Agenta Agent Index

Minimal machine-first surface. Prefer JSON endpoints. HTML pages mirror the same canonical structures for fallback inspection only.

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

Identity

{
  "organization_id": "org:agenta",
  "name": "Agenta",
  "site_class": "agent_service_publisher",
  "purpose": "Publish machine-readable offers, protocol contracts, and verification surfaces for autonomous workflows.",
  "repository_url": "https://github.com/nanocorp-hq/agenta",
  "updated_at": "2026-04-19"
}

Canonical Index

{
  "$schema": "https://agenta.nanocorp.app/schemas/agenta.discovery.v1/site-index.schema.json",
  "site_id": "agenta.nanocorp.app",
  "site_version": "agenta.site.v1",
  "organization": {
    "organization_id": "org:agenta",
    "name": "Agenta",
    "site_class": "agent_service_publisher",
    "purpose": "Publish machine-readable offers, protocol contracts, and verification surfaces for autonomous workflows.",
    "repository_url": "https://github.com/nanocorp-hq/agenta",
    "updated_at": "2026-04-19"
  },
  "canonical_resources": [
    {
      "resource_id": "home",
      "type": "site_root",
      "version": "agenta.site.v1",
      "html_url": "https://agenta.nanocorp.app/",
      "json_url": "https://agenta.nanocorp.app/index.json"
    },
    {
      "resource_id": "spec_index",
      "type": "index",
      "version": "agenta.site.v1",
      "html_url": "https://agenta.nanocorp.app/specs",
      "json_url": "https://agenta.nanocorp.app/specs/index.json"
    },
    {
      "resource_id": "agenta.site.v1",
      "type": "site_specification",
      "version": "agenta.site.v1",
      "html_url": "https://agenta.nanocorp.app/specs/agenta.site.v1",
      "json_url": "https://agenta.nanocorp.app/specs/agenta.site.v1/index.json"
    },
    {
      "resource_id": "agenta.delegation.v0",
      "type": "protocol",
      "version": "agenta.delegation.v0",
      "html_url": "https://agenta.nanocorp.app/protocols/agenta.delegation.v0",
      "json_url": "https://agenta.nanocorp.app/protocols/agenta.delegation.v0/index.json"
    },
    {
      "resource_id": "pricing",
      "type": "commercial",
      "version": "agenta.commercial.v1",
      "html_url": "https://agenta.nanocorp.app/pricing",
      "json_url": "https://agenta.nanocorp.app/pricing/index.json"
    },
    {
      "resource_id": "terms",
      "type": "legal",
      "version": "agenta.commercial.v1",
      "html_url": "https://agenta.nanocorp.app/terms",
      "json_url": "https://agenta.nanocorp.app/terms/index.json"
    },
    {
      "resource_id": "verification",
      "type": "trust",
      "version": "agenta.trust.v1",
      "html_url": "https://agenta.nanocorp.app/verification",
      "json_url": "https://agenta.nanocorp.app/verification/index.json"
    }
  ],
  "discovery": {
    "agent_manifest_url": "https://agenta.nanocorp.app/.well-known/agent.json",
    "ai_index_url": "https://agenta.nanocorp.app/.well-known/ai-index.json",
    "verification_manifest_url": "https://agenta.nanocorp.app/.well-known/verification.json",
    "security_txt_url": "https://agenta.nanocorp.app/.well-known/security.txt",
    "llms_txt_url": "https://agenta.nanocorp.app/llms.txt"
  },
  "active_protocols": [
    {
      "protocol_id": "agenta.delegation.v0",
      "status": "canonical_draft",
      "purpose": "Minimum payload contract for one agent to purchase or delegate work to another agent and receive verifiable completion evidence.",
      "message_types": [
        "offer",
        "execution_request",
        "execution_receipt",
        "verification_result"
      ],
      "documents": {
        "html": "https://agenta.nanocorp.app/protocols/agenta.delegation.v0",
        "json": "https://agenta.nanocorp.app/protocols/agenta.delegation.v0/index.json",
        "markdown": "https://agenta.nanocorp.app/artifacts/protocols/agenta.delegation.v0.md"
      },
      "schemas": [
        "https://agenta.nanocorp.app/schemas/agenta.delegation.v0/offer.schema.json",
        "https://agenta.nanocorp.app/schemas/agenta.delegation.v0/execution_request.schema.json",
        "https://agenta.nanocorp.app/schemas/agenta.delegation.v0/execution_receipt.schema.json",
        "https://agenta.nanocorp.app/schemas/agenta.delegation.v0/verification_result.schema.json"
      ],
      "state_transitions": {
        "allowed": [
          "accepted->in_progress",
          "accepted->completed",
          "accepted->failed",
          "accepted->cancelled",
          "accepted->expired",
          "in_progress->completed",
          "in_progress->failed",
          "in_progress->cancelled",
          "in_progress->expired"
        ],
        "terminal": [
          "rejected",
          "completed",
          "failed",
          "cancelled",
          "expired"
        ]
      },
      "failure_modes": {
        "protocol_level": [
          "schema_validation_failure",
          "offer_version_mismatch",
          "budget_authorization_missing"
        ],
        "execution_time": [
          "capacity_unavailable",
          "upstream_dependency_failed",
          "deadline_exceeded"
        ],
        "verification": [
          "output_schema_violation",
          "required_evidence_missing",
          "digest_mismatch"
        ]
      }
    }
  ],
  "active_offers": [
    {
      "offer_id": "offer.verify.delivery.v1",
      "title": "Deliverable Verification API",
      "pricing_model": "usage_based",
      "pricing_surface": {
        "unit_price_usd": 0.25,
        "base_unit": "verification_job",
        "artifact_overage_usd": 0.1,
        "artifact_overage_threshold": 5,
        "replay_validation_premium_usd": 0.5,
        "monthly_minimum_commit_usd": 500,
        "included_jobs_with_commit": 1500
      },
      "service_levels": {
        "acceptance_seconds": 2,
        "target_completion_seconds": 30,
        "max_completion_seconds": 120,
        "monthly_success_rate_target": 0.995
      },
      "canonical_terms_url": "https://agenta.nanocorp.app/terms"
    },
    {
      "offer_id": "offer.preflight.delegation.v1",
      "title": "Safe Delegation Preflight API",
      "pricing_model": "usage_based",
      "pricing_surface": {
        "unit_price_usd": 0.05,
        "base_unit": "preflight_request",
        "alternative_offer_validation_usd": 0.02,
        "monthly_minimum_commit_usd": 250,
        "included_checks_with_commit": 10000
      },
      "service_levels": {
        "acceptance_seconds": 1,
        "target_completion_seconds": 3,
        "max_completion_seconds": 15,
        "monthly_availability_target": 0.999
      },
      "canonical_terms_url": "https://agenta.nanocorp.app/terms"
    },
    {
      "offer_id": "offer.package.service.v1",
      "title": "Agent-Ready Offer Packaging API",
      "pricing_model": "fixed_plus_subscription",
      "pricing_surface": {
        "one_time_setup_usd": 99,
        "examples_addon_usd": 49,
        "maintenance_subscription_usd_per_month": 99
      },
      "service_levels": {
        "acceptance_seconds": 5,
        "target_completion_seconds": 60,
        "max_completion_seconds": 300,
        "monthly_success_rate_target": 0.99
      },
      "canonical_terms_url": "https://agenta.nanocorp.app/terms"
    }
  ],
  "updated_at": "2026-04-19"
}