Get Your API Key
Before integrating, get your API key:- Visit mentions.outx.ai/api-doc and click “Reveal API Key”
- Store it as an environment variable:
export OUTX_API_KEY="your-key"
Docs for Agents
Four ways to connect OutX to your AI agent:MCP Server
Connect Claude, Cursor, or any MCP-compatible agent to OutX. 20 tools covering the full API. Best for interactive agents.
Skill File
Structured API reference with guardrails, parameter tables, and code examples. Best for system prompts.
llms.txt
Concise index of all documentation pages with one-line descriptions. Best for discovery.
Full Docs
Complete documentation concatenated into a single file. Best for comprehensive context.
Quick Start Prompts
Copy these prompts into your AI agent to get started:Monitor LinkedIn for keywords
Fetch a LinkedIn profile
AI Builder Integrations
MCP (Claude Desktop / Cursor / Claude Code)
Install the OutX MCP server for full API access via natural language:Skill File (System Prompts)
Add the OutX skill file to your project for static API context:CLAUDE.md or Cursor rules to give the AI agent full API context.
Any LLM / Agent Framework
Include the skill file content in your system prompt, or point your agent tohttps://outx.ai/docs/llms.txt for documentation discovery. See also the LangChain and Python SDK integrations.
What’s Next
Watchlist Quick Start
Create watchlists and retrieve posts via API
LinkedIn Data Quick Start
Fetch LinkedIn profiles in 2 minutes
API Reference
Full API documentation
MCP Server
Connect AI agents to OutX via MCP

