{
  "info": {
    "name": "Autobound — mcp.ai",
    "description": "REST API for the Autobound MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/autobound",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "autobound_generate_insights",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/insights",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "insights"
          ]
        },
        "description": "Tool to generate ranked prospect or company insights. Use after resolving identifiers to retrieve the most relevant insights.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"userEmail\": \"\",\n  \"contactEmail\": \"\",\n  \"inputVariables\": {},\n  \"insightSubtype\": \"\",\n  \"userCompanyUrl\": \"\",\n  \"userLinkedinUrl\": \"\",\n  \"contactCompanyUrl\": \"\",\n  \"contactLinkedinUrl\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "autobound_generate_personalized_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/personalized/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "personalized",
            "content"
          ]
        },
        "description": "Tool to generate hyper-personalized sales content. Use after confirming contact and user details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"n\": 0,\n  \"model\": \"\",\n  \"language\": \"\",\n  \"userName\": \"\",\n  \"userEmail\": \"\",\n  \"wordCount\": 0,\n  \"salesAsset\": \"\",\n  \"contactName\": \"\",\n  \"contentType\": \"\",\n  \"contactEmail\": \"\",\n  \"writingStyle\": \"\",\n  \"userCompanyUrl\": \"\",\n  \"enabledInsights\": \"\",\n  \"userCompanyName\": \"\",\n  \"userLinkedinUrl\": \"\",\n  \"contentToRewrite\": \"\",\n  \"disabledInsights\": \"\",\n  \"valueProposition\": \"\",\n  \"additionalContext\": \"\",\n  \"contactCompanyUrl\": \"\",\n  \"customContentType\": \"\",\n  \"contactCompanyName\": \"\",\n  \"contactLinkedinUrl\": \"\",\n  \"customWritingStyle\": \"\",\n  \"sequenceNumberOfEmails\": 0,\n  \"userCompanyLinkedinUrl\": \"\",\n  \"contactCompanyLinkedinUrl\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}