// Integrations
Connect Polaris everywhere
Drop verified intelligence into any AI framework, chat platform, or custom application. Every integration gets the same structured data — confidence scores, bias detection, and full provenance.
AI Frameworks
pip install langchain-polaris — 32 tools + RAG retriever. Intelligence, trading, market data, crypto, and more.
pip install crewai-polaris — 9 pre-built BaseTool classes for any CrewAI workflow. Drop into agents, tasks, and crews.
npm install @polaris-news/ai — 9 tool factories for Vercel AI SDK. Works with any model provider.
Native APIs
Team Channels
Slack Integration
- 1Go to your Slack workspace settings and navigate to Apps > Manage
- 2Search for "Incoming Webhooks" and add it to your workspace
- 3Choose the channel where you want Polaris alerts to appear
- 4Copy the Webhook URL that Slack provides
- 5In the Polaris webhooks page, paste the URL and select "Slack" format
- 6Select the events you want to receive (e.g., brief.published)
- 7Test the webhook — you should see a formatted message in your Slack channel
Example Payload
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "New Brief: AI Chip Race Intensifies"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Major semiconductor companies announce..."
},
"fields": [
{ "type": "mrkdwn", "text": "*Category:* Tech" },
{ "type": "mrkdwn", "text": "*Sources:* 5" }
]
},
{
"type": "actions",
"elements": [{
"type": "button",
"text": { "type": "plain_text", "text": "Read Brief" },
"url": "https://thepolarisreport.com/brief/..."
}]
}
]
}No-Code Platforms
Triggers: new briefs, watchlist matches, trending entities. Actions: search, verify, web search, forecast.
Connect on Zapier →Triggers: new brief polling. Actions: search, verify, web search, forecast. Visual workflow builder.
Connect on Make →Community node with 28 operations. Self-hosted workflow automation.
Install from npm →