{
  "schema_version": "1.0",
  "name": "BrandBeacon",
  "description": "AI-powered social media content generation and multi-platform publishing. Extract brand voice, generate on-brand content, and schedule posts across 8 platforms.",
  "api": {
    "base_url": "https://brandbeacon.dev/api/v1",
    "auth": {
      "type": "bearer",
      "prefix": "bb_live_",
      "header": "Authorization",
      "instructions": "Create API keys in the BrandBeacon dashboard at Settings > API Keys. Pass as: Authorization: Bearer bb_live_your_key_here"
    },
    "docs": {
      "openapi": "https://brandbeacon.dev/openapi.json",
      "llms_full": "https://brandbeacon.dev/llms-full.txt",
      "llms": "https://brandbeacon.dev/llms.txt",
      "skill": "https://github.com/BrandBeacon/brandbeacon/blob/main/SKILL.md"
    }
  },
  "scopes": {
    "read": "Read brands, brand voice profiles, and posts",
    "write": "Create and update posts",
    "generate": "Generate AI-powered content using brand voice",
    "post": "Create posts via API",
    "schedule": "Schedule posts for future publishing",
    "admin": "Full access (includes all scopes)"
  },
  "rate_limits": {
    "free": { "rpm": 60, "rpd": 1000, "generations_per_day": 5 },
    "starter": { "rpm": 60, "rpd": 1000, "generations_per_day": 50 },
    "growth": { "rpm": 120, "rpd": 5000, "generations_per_day": 200 },
    "enterprise": { "rpm": 300, "rpd": 50000, "generations_per_day": 1000 }
  },
  "platforms": [
    "facebook",
    "instagram",
    "x_twitter",
    "linkedin",
    "google_business",
    "bluesky",
    "tiktok",
    "threads"
  ],
  "pricing": {
    "url": "https://brandbeacon.dev/pricing",
    "free_tier": true,
    "free_tier_limits": "5 AI generations/day, 60 RPM, 1,000 RPD"
  },
  "developer_portal": "https://brandbeacon.dev/developers",
  "registration": "https://brandbeacon.dev/auth"
}
