For Agents
Run LinkedIn outreach campaigns, manage leads, and send messages on Aimfox via 9 API-key-authenticated endpoints.
Get started with Aimfox API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"send a LinkedIn message via Aimfox"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Aimfox API API.
Create, update, and delete LinkedIn outreach campaigns scoped to an Aimfox workspace
List leads enrolled in active campaigns and pull individual lead profiles
Send LinkedIn messages to specific leads through an automated outreach sequence
List LinkedIn connections accumulated across campaigns
GET STARTED
Use for: Create a LinkedIn outreach campaign in Aimfox, I need to send a message to a specific Aimfox lead, List all leads in a current Aimfox campaign, Find all LinkedIn connections from an Aimfox account
Not supported: Does not handle email outreach, calendar scheduling, or CRM record management — use for LinkedIn campaign, lead, and message operations on Aimfox only.
Jentic publishes the only available OpenAPI specification for Aimfox API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for Aimfox API, keeping it validated and agent-ready. Aimfox (formerly LinkedApe) is a LinkedIn outreach automation platform exposing nine endpoints for managing campaigns, leads, messages, and connections. Agents can create and update LinkedIn outreach campaigns, list and inspect leads, send personalized messages, and inspect connection records. Authentication uses an API key supplied in the X-API-Key header issued from the Aimfox dashboard.
Inspect campaign-level performance by retrieving campaigns by ID
Patterns agents use Aimfox API API for, with concrete tasks.
★ LinkedIn Outreach Automation
Programmatically create and update LinkedIn outreach campaigns in Aimfox to scale prospecting beyond manual messaging. POST /campaigns and PATCH /campaigns/{id} support full campaign lifecycle, while POST /messages sends targeted follow-ups. Replaces manual campaign cloning with API-driven workflows.
Create a campaign named 'Q3 fintech CTOs' with target audience filters and a 3-step message sequence
Lead Pipeline Sync
Sync Aimfox leads and connections into a CRM each night to keep the sales pipeline current. The /leads and /connections endpoints expose lead and connection records that can be diffed against CRM state. Replaces CSV exports from the Aimfox UI with continuous sync.
Pull all leads added to Aimfox in the last 24 hours and upsert them into the CRM as new records
Personalized Message Sending
Send personalized LinkedIn messages to selected Aimfox leads as part of a research-then-outreach workflow. POST /messages accepts a lead ID and message body, enabling context-aware outreach. Useful when the agent has enriched lead data outside Aimfox.
Send a personalized message to lead ID 'lead-9912' referencing their recent funding announcement
AI Agent SDR Assistant
An AI agent uses Jentic to discover Aimfox operations by intent and runs a daily SDR routine — surface new leads, draft personalized openers, and send messages. The agent composes campaign, lead, and message endpoints in sequence. Credentials stay isolated through Jentic.
Search Jentic for 'send a LinkedIn message via Aimfox', load POST /messages, and send a personalized opener to today's hottest leads
9 endpoints — jentic publishes the only available openapi specification for aimfox api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/campaigns
Create a LinkedIn outreach campaign
/campaigns
List all campaigns
/campaigns/{id}
Get a campaign by ID
/leads
List leads enrolled in campaigns
/messages
Send a LinkedIn message to a lead
/connections
List LinkedIn connections
/campaigns
Create a LinkedIn outreach campaign
/campaigns
List all campaigns
/campaigns/{id}
Get a campaign by ID
/leads
List leads enrolled in campaigns
/messages
Send a LinkedIn message to a lead
Three things that make agents converge on Jentic-routed access.
Credential isolation
Aimfox API keys are stored encrypted in the Jentic MAXsystem vault. Agents call operations through scoped execution credentials — the raw X-API-Key never appears in agent context or logs.
Intent-based discovery
Agents search by intent (e.g., 'send a LinkedIn message') and Jentic returns the matching Aimfox operation across the 9 endpoints with the full request schema and required header.
Time to first call
Direct Aimfox integration: 1-2 days for auth, campaign-state handling, and rate-limit logic. Through Jentic: under 30 minutes — search, load, execute.
Alternatives and complements available in the Jentic catalogue.
Snov.io
Lead generation and email outreach with LinkedIn lookup tools
Choose Snov.io when the workflow needs combined email and LinkedIn outreach rather than LinkedIn-only automation
Outreach Sales Engagement
Multichannel sales engagement with deeper sequencing logic
Choose Outreach when the team uses Outreach as the primary sales engagement platform and only needs LinkedIn as a secondary channel
RocketReach
Look up verified email and phone for LinkedIn leads to enrich Aimfox prospects
Choose RocketReach when the agent needs to enrich Aimfox lead records with verified contact data before sending
Specific to using Aimfox API API through Jentic.
Why is there no official OpenAPI spec for Aimfox API?
Aimfox does not publish a maintained OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call the Aimfox API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the Aimfox API use?
Aimfox uses an API key supplied in the X-API-Key header. Generate the key from the Aimfox dashboard. Through Jentic, the API key is stored encrypted in the MAXsystem vault and injected per request.
Can I send LinkedIn messages programmatically with Aimfox?
Yes. POST /messages sends a LinkedIn message to a target lead within an active campaign. The lead must already exist in the Aimfox workspace; first call GET /leads to resolve the lead ID.
What are the rate limits for the Aimfox API?
Aimfox enforces LinkedIn-aware throttling — message sending is constrained to LinkedIn safety limits per connected account. Exceeding limits returns HTTP 429; back off and retry with longer delays.
How do I create a LinkedIn outreach campaign through Jentic?
Run pip install jentic, then search Jentic with 'create a LinkedIn outreach campaign' to retrieve POST /campaigns. Execute it with the campaign payload; Jentic handles the X-API-Key header automatically.
Is the Aimfox API free?
API access requires a paid Aimfox plan. Pricing depends on the number of connected LinkedIn accounts and concurrent campaigns; check linkedape.com for current tiers.
/connections
List LinkedIn connections