{
  "version": "1.0",
  "name": "Dashboard Earth Partner Actions",
  "description": "Partner-safe action catalog for Dashboard Earth.",
  "url": "https://app.nftcollab.xyz/.well-known/acp",
  "actions": [
    {
      "id": "story_receipt",
      "name": "Save Story Receipt",
      "method": "POST",
      "path": "/api/story/receipt",
      "access": "protected"
    },
    {
      "id": "story_action",
      "name": "Submit Story Action",
      "method": "POST",
      "path": "/api/story/action",
      "access": "protected"
    },
    {
      "id": "fan_contribution",
      "name": "Submit Fan Post",
      "method": "POST",
      "path": "/api/show-pass/v1/fan-contributions",
      "access": "event_link"
    },
    {
      "id": "venue_offer",
      "name": "Update Venue Offer",
      "method": "PUT",
      "path": "/api/show-pass/v1/retailer-storefronts/{retailer_storefront_id}",
      "access": "partner_authorized"
    }
  ],
  "discovery": {
    "openapi": "https://app.nftcollab.xyz/openapi.json",
    "ucp": "https://app.nftcollab.xyz/.well-known/ucp",
    "sitemap": "https://app.nftcollab.xyz/sitemap.xml"
  },
  "policy": {
    "reads": "Public event-link reads are allowed.",
    "writes": "Partner/editor writes require authorization.",
    "publication": "Public posting and promotion stay approval-gated."
  }
}
