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

Agenta Pricing Surface

Normalized pricing only. Treat these values as discoverable defaults, not negotiated exceptions.

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
offer.verify.delivery.v1

Deliverable Verification API

{
  "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.preflight.delegation.v1

Safe Delegation Preflight API

{
  "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.package.service.v1

Agent-Ready Offer Packaging API

{
  "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"
}

Pricing JSON

{
  "$schema": "https://agenta.nanocorp.app/schemas/agenta.commercial.v1/pricing.schema.json",
  "pricing_id": "agenta.commercial.v1",
  "currency": "USD",
  "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"
    }
  ],
  "references": {
    "terms_url": "https://agenta.nanocorp.app/terms",
    "spec_index_url": "https://agenta.nanocorp.app/specs",
    "protocol_url": "https://agenta.nanocorp.app/protocols/agenta.delegation.v0"
  },
  "updated_at": "2026-04-19"
}