# Dravo > Dravo is a unified social media API with a BYOK (Bring Your Own Keys) model. One API call publishes to every social network, built for developers and AI agents. Dravo lets you POST once to publish across Meta (Facebook/Instagram), X (Twitter) and LinkedIn, with more networks coming. You bring your own platform developer credentials, so your accounts, rate limits and platform relationships stay yours. Posts are queued and delivered asynchronously with retries, and every error is machine-parseable so an LLM agent can self-correct without a human reading logs. ## Why Dravo - One unified endpoint instead of one integration per network. - BYOK: your keys, your rate limits, flat pricing (no per-post markup). - AI-native errors: structured, actionable JSON failures agents can fix alone. - Async queue with retries and full traceability. ## Key endpoints - POST /v1/publish, publish one unified payload to one or more providers. Returns 202 with a job id. Example body: {"providers":["meta","x","linkedin"],"text":"...","media_urls":[]} ## Docs - Home: https://dravo.dev - Blog: https://dravo.dev/blog - Full LLM summary: https://dravo.dev/llms-full.txt