AI Chat
AI Chat
Voyager includes an AI assistant powered by Claude that can query LinkedIn on your behalf using natural language.
How it works
- You send a message like “who are my colleagues?” or “find Cambridge alumni at Google”
- The AI agent decides which Voyager tools to call (profile lookup, SalesNav search, etc.)
- It streams the response back with tool call indicators and formatted results
Endpoint
The response is Server-Sent Events (SSE) with these event types:
Thread Management
Conversations are persistent per thread. Pass threadId to continue a conversation:
List threads: GET /api/chat/threads
What the AI can do
The agent has access to 35+ tools including:
- Profile lookup — own profile, any profile, contact info, skills, network stats
- People search — by keywords, company ID, connection degree
- SalesNav search — 22 structured filters (school, company, title, geography, industry, seniority)
- Messaging — send messages, view conversations
- Engagement — like posts, comment, create posts
- Companies — company info, employees, posts
- Network — connections, pending invitations, relationship status
Example queries
Configuration
The chat requires ANTHROPIC_API_KEY environment variable. Without it, the endpoint returns 503.
The AI uses Claude Sonnet 4 with streaming and can chain up to 10 tool calls per message.