{
  "name": "ReplytoSocial",
  "description": "Reply to anything. Without leaving the feed.",
  "documentation": {
    "agents": "https://replytosocial.com/agents.md",
    "llms": "https://replytosocial.com/llms.txt"
  },
  "endpoints": {
    "signup": "https://replytosocial.com/api/v1/agent/signup",
    "mcp": "https://replytosocial.com/api/v1/mcp"
  },
  "authentication": {
    "type": "bearer",
    "obtain": "https://replytosocial.com/api/v1/agent/signup"
  },
  "capabilities": [
    "get_workspace",
    "list_ai_models",
    "list_reply_options",
    "get_reply_option",
    "get_original_post",
    "list_replies",
    "get_reply",
    "list_pending_approvals",
    "update_workspace_settings",
    "create_reply_option",
    "update_reply_option",
    "delete_reply_option",
    "create_original_post",
    "update_original_post",
    "delete_original_post",
    "draft_reply",
    "update_reply",
    "delete_reply",
    "approve_reply",
    "decline_reply",
    "edit_pending_reply",
    "mark_reply_published"
  ]
}