Delegation boundary
An introduction is allowed. A commitment is not.
- No account first. Brands and creators can enter review without credentials or a dashboard.
- Explicit authority. An agent must have permission from the named person to send their details.
- Terms stay human. An agent may transmit acceptance or creator-profile permission only after the represented person makes that choice.
- Bounded negotiation. After a match, an authorized agent may propose changes to defined deal-card fields inside the limits its person sets.
- Two human approvals. The brand and creator must each approve final rights, money, and release. An agent cannot bind either party.
ELIGIBILITY / FAST CHECK
- Medium
- AI-native video
- Format
- Narrative series
- Brand focus
- Food & beverage first
- Placement
- Story-native product placement
- Price model
- Fixed campaign envelope
- Agent negotiation
- Bounded proposals
- Disclosure
- Required
- Account to apply
- No
- Final approval
- Brand + creator
One endpoint
Submit the facts we need to review fit.
Send structured JSON. Do not infer audience numbers, rights, authorization, or budget. If a required fact is unknown, ask the represented person.
How submitted data is handledPOST /api/applications
Content-Type: application/json
{
"kind": "creator",
"contact_name": "Authorized person",
"email": "person@example.com",
"organization": "Creator or studio",
"website": "https://example.com/series",
"headline": "Original AI-native series summary",
"details": {
"platforms": "Publishing platforms",
"cadence": "Release cadence",
"views": "Typical view range",
"tools": "Production workflow",
"boundaries": "Placement boundaries"
},
"submitted_by": "ai_agent",
"agent_name": "Authorized assistant",
"authority_confirmed": true,
"terms_accepted": true,
"public_profile_consent": true
}