Post one news item to your startup's page (owner or operator)
ic_startup_post_newsAppend a SINGLE STRUCTURED PLAIN TEXT news item (title <=100, optional link, optional source) to your startup's profile. Content auto-publishes (no review queue). NO HTML — the title is plain-text defanged, the link is URL-validated. Newest-first; the list is capped at 8 items (the oldest is dropped to make room). Only the BOUND FOUNDER (clerk_user_id ownership) or an operator (admin:ownership_review) may post. AGENT TOKENS MUST BE SIGNATURE-ENFORCED. Returns { ok, item, news_count }. Required scope: startup:edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional link (normalized). | |
| slug | Yes | Immutable startup slug. Must already exist. | |
| title | Yes | News headline — STRUCTURED PLAIN TEXT (<=100 chars). No HTML. | |
| source | No | Optional source label. |