Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Marketing / Aimfox API
Aimfox API logo

Linkedape Aimfox API

★ Only Publicly Available OpenAPI DocumentMarketingMarketing AutomationapiKey9 EndpointsREST

For Agents

Run LinkedIn outreach campaigns, manage leads, and send messages on Aimfox via 9 API-key-authenticated endpoints.

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. 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.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Aimfox API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Aimfox API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Aimfox 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

Inspect campaign-level performance by retrieving campaigns by ID

Use Cases

Patterns agents use Aimfox 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

Key Endpoints

9 endpoints — jentic publishes the only available openapi specification for aimfox api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/campaigns

Create a LinkedIn outreach campaign

GET

/campaigns

List all campaigns

GET

/campaigns/{id}

Get a campaign by ID

GET

/leads

List leads enrolled in campaigns

POST

/messages

Send a LinkedIn message to a lead

GET

/connections

List LinkedIn connections

POST

/campaigns

Create a LinkedIn outreach campaign

GET

/campaigns

List all campaigns

GET

/campaigns/{id}

Get a campaign by ID

GET

/leads

List leads enrolled in campaigns

POST

/messages

Send a LinkedIn message to a lead

GET

/connections

List LinkedIn connections

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

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

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

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.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

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

Alternative

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

Complementary

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

FAQs

Specific to using Aimfox 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.

GET STARTED

Start building with Aimfox API

Explore with Jentic
View OpenAPI Document