{
  "artifact": "Airtable and Make AI intake pilot contract",
  "version": "2026-07-11",
  "source": "invented demonstration contract",
  "trigger": {
    "supported_first_path": [
      "shared inbox",
      "form",
      "webhook",
      "scheduled import"
    ],
    "required_fields": [
      "source_id",
      "sender_email",
      "message",
      "received_at"
    ]
  },
  "matching": {
    "order": [
      "exact normalized email",
      "one unique normalized domain"
    ],
    "stop_conditions": [
      "zero matches",
      "multiple matches",
      "invalid match key"
    ],
    "fuzzy_match_writes_allowed": false
  },
  "classification": {
    "output_type": "validated structured object",
    "required_fields": [
      "category",
      "priority",
      "summary"
    ],
    "free_form_workflow_instructions_allowed": false
  },
  "airtable_write": {
    "idempotency_key": "source_id",
    "one_record_target_required": true,
    "allowed_fields_defined_before_launch": true,
    "ambiguous_write_allowed": false
  },
  "email": {
    "mode": "draft_first",
    "human_approval_required": true,
    "source_context_retained": true
  },
  "pilot": {
    "fixed_price_usd": 499,
    "scope": [
      "one Airtable schema and key map",
      "one intake source",
      "one Make scenario path",
      "structured classification contract",
      "draft email output",
      "test fixtures and failure cases",
      "operating runbook"
    ]
  }
}
