Social
OmniVocal posts a 300-character teaser to Bluesky on every broadcast. It uses the AT Protocol directly with your handle and an app password — no OAuth dance required.
Log in to Bluesky → Settings → Privacy and Security → App Passwords.
Click "Add App Password", name it "OmniVocal", and copy the generated password.
In OmniVocal Dashboard → Channels → Bluesky, enter your handle and app password.
Broadcast a post with target channel "bluesky".
Ask your AI assistant (Copilot, Claude, Cursor) to call broadcast_post — or call the REST API directly:
{
"content": {
"title": "Just shipped OmniVocal v2",
"body": "Scheduling, Ghost integration, and Mastodon support are live!",
"canonical_url": "https://yoursite.com/posts/v2"
},
"targets": [{ "channel": "bluesky" }]
}