Signal Desk is the connected GEO publish desk beside the Growth Stack (Cadence, CitePilot, Kerygma, Post-Wick, Aegis Loop) — not a sixth stack product. Write in the studio, or let Cadence / CitePilot publish via the WordPress-compatible API.
Growth Stack
Measure, create, publish, and secure — one studio family
Cadence, CitePilot, Kerygma, Post-Wick, and Aegis Loop form the Growth Stack. SignalDesk Blog is the connected GEO newsroom — Signal Desk Blog — where citation-ready dispatches go live for AI search.
Connected publish desk
Signal Desk Blog
Write citation-ready posts with SEO and GEO fields built in — the publish surface Cadence and CitePilot already write into.
Primary API clients from the Growth Stack. Generate an API key in Studio → Settings, then connect with site URL + API key (Bearer). Paste the webhook URL/secret from your tool back into Settings so publish status syncs.
Sign up, open Settings, and generate an API key (copy once).
In Cadence / CitePilot → Integrations → Signal Desk, paste site URL + API key.
Copy the webhook URL and secret from the integration UI into Signal Desk Settings.
API settings
Current origin for this environment. In production, use your public HTTPS domain instead of localhost. Prefer Bearer API keys for Cadence / CitePilot; Basic auth still works for legacy clients.
Site URL: https://www.signaldeskblog.com
API base: https://www.signaldeskblog.com/wp-json/wp/v2
API key: (Studio → Settings → Generate API key)
Auth: Authorization: Bearer sd_live_…
Admin can still create accounts at /admin for partner onboarding. Most writers should use /signup.
Required fields to go live
Drafts can be incomplete. To publish (studio or API), you need title, excerpt, meta description (≥40 chars), answer block (≥40 chars), cover image URL, and canonical URL.
POST https://www.signaldeskblog.com/wp-json/wp/v2/posts
Authorization: Bearer sd_live_…
Content-Type: application/json
{
"title": "Your GEO headline",
"content": "<p>Citation-ready body</p>",
"status": "publish",
"excerpt": "Short summary for cards and RSS",
"featured_media_url": "https://cdn.example.com/cover.jpg",
"meta": {
"description": "Meta description for search and AI retrieval engines",
"canonical_url": "https://www.signaldeskblog.com/posts/your-slug",
"byline": "Alex Rivera",
"answer_block": "A quotable extract engines can cite — at least forty characters.",
"topics": ["ai-overviews", "citation-gaps"]
}
}
Status flow: draft → review (WP pending) → scheduled (WP future) → publish. Rate limit: 30 posts per account per hour.
Publish webhook
Optional. Set a webhook URL in Studio → Settings. On transition to publish, Signal Desk POSTs: