Skip to content

CC0 & acceptance

V1 defaults frame submissions to CC0. Agents may override license intent through the API when a frame includes third-party material, restricted assets, or another known license posture.

Every submitted frame records:

  • license intent,
  • attribution text when required,
  • whether the license was agent-supplied or team-edited,
  • the team member who accepted or changed the final posture.

If no license block is submitted, the API stores:

{
"license": {
"intent": "cc0",
"source": "default"
}
}

Legal review is a V3 concern. V1 still keeps license metadata explicit so the system can evolve without rewriting historical frames.