Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the La Growth Machine 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.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Flagrowthmachine.com%2Flagrowthmachine" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Flagrowthmachine.com%2Flagrowthmachine" | sh
jentic register # connects your agent to your Jentic One instanceJentic 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.
What an agent can do with La Growth Machine API.
List campaigns and read their statistics
Create and manage audiences of leads
Add, search, and update leads
Enrich leads with additional contact data
Search and read multichannel conversations
GET STARTED
Manage inbox webhooks and messages
Patterns agents use La Growth Machine API for, with concrete tasks.
★ Run and monitor outreach campaigns
Sales teams launch multichannel sequences and need to see how they perform. The La Growth Machine API lists campaigns and returns per-campaign and per-lead statistics, so an application can report reply and conversion rates without exporting data by hand. Campaign settings can also be updated through the API.
List active campaigns and return the statistics for a chosen campaign.
Manage audiences and leads
Outreach starts with the right people in the right list. The La Growth Machine API creates audiences, adds and searches leads, updates their status, and removes them from an audience, letting an application keep prospect lists current. Leads can be added individually or matched through search.
Add a new lead to a named audience and confirm it was created.
Enrich leads and track conversations
Personalized outreach depends on complete contact data and visibility into replies. The La Growth Machine API enriches leads with additional details and searches multichannel conversations and their messages, so an application can fill gaps in a profile and follow up on responses. Enrichment runs asynchronously and returns a request to poll.
Request enrichment for a lead and retrieve the enriched contact details.
Agent-driven prospecting
An AI sales assistant can add prospects and check outreach results for a user without a developer wiring each call. Through Jentic the agent matches an intent such as 'add this lead to my LinkedIn campaign' to the right La Growth Machine operation and runs it. The API key stays in the user's Jentic One instance and never reaches the agent's prompt.
Add a requested lead to the correct audience and report the campaign it will enter.
38 endpoints — la growth machine automates multichannel sales outreach across linkedin and email.
METHOD
PATH
DESCRIPTION
/flow/campaigns
List outreach campaigns in the workspace.
/flow/campaigns/{campaignId}/stats
Retrieve statistics for a campaign.
/flow/audiences
List audiences.
/flow/leads
Add a lead to an audience.
/flow/leads/search
Search leads across the workspace.
/flow/conversations/search
Search multichannel conversations.
/flow/campaigns
List outreach campaigns in the workspace.
/flow/campaigns/{campaignId}/stats
Retrieve statistics for a campaign.
/flow/audiences
List audiences.
/flow/leads
Add a lead to an audience.
/flow/leads/search
Search leads across the workspace.
/flow/conversations/search
Search multichannel conversations.
What agents get from Jentic-routed access to this vendor.
Setup
Wiring La Growth Machine yourself means managing an API key query parameter, mapping leads to the right audiences and campaigns, and polling asynchronous enrichment requests. With Jentic you install once, import La Growth Machine from the API Directory, and store the key a single time.
Permission scoping
Jentic lets you grant your agent only the operations it needs, such as reading campaign statistics and searching leads without creating leads or changing their status, and enforces that on every call.
Credential isolation
Your La Growth Machine API key is stored once, encrypted, by your own Jentic One instance. It is injected when a call runs and never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents find La Growth Machine through Jentic's intent search, matching a request like 'add this prospect to my campaign' to the right operation without hardcoded endpoints.
Alternatives and complements available in the Jentic catalogue.
Specific to using La Growth Machine API through Jentic.
What can an AI agent do with the La Growth Machine API through Jentic?
An agent can list campaigns and their statistics, manage audiences and leads, enrich contacts, and search conversations. Through Jentic the agent matches an intent to the right operation and runs it with your API key injected at execution time.
How do I authenticate with the La Growth Machine API?
La Growth Machine authenticates every request with an API key passed as the `apikey` query parameter. You store the key once in your Jentic One instance, and it is added to each call at run time rather than exposed to the agent.
Can the API enrich a lead with contact details?
Yes. The API accepts an enrichment request for a lead and runs it asynchronously, returning a request you poll for the enriched details. Enrichment consumes credits, so check your remaining balance through the credits endpoint before running large batches.
Does the La Growth Machine API document rate limits?
The OpenAPI specification does not state rate limits; request allowances depend on your La Growth Machine plan and credit balance. Check the current limits for your account in the La Growth Machine dashboard and documentation at https://help.lagrowthmachine.com.
Can I restrict what my agent is allowed to do with the La Growth Machine API?
Yes. Jentic lets you allow only the operations your agent needs, for example reading campaign statistics and searching leads while withholding lead creation and status changes. Your Jentic One instance enforces that boundary on every call and keeps the API key outside the agent's context.
For Agents
List campaigns and stats, manage audiences and leads, enrich contacts, and search multichannel conversations for sales outreach.
Use for: Add a new lead to an outreach audience, Check the statistics for a campaign, Search for a lead by name or email, Enrich a lead with contact details
Not supported: Manages outreach campaigns, audiences, and leads only; it does not send individual ad hoc messages outside a sequence, and does not configure the connected LinkedIn or email accounts.
La Growth Machine automates multichannel sales outreach across LinkedIn and email. Its API lists campaigns and their statistics, manages audiences and leads, enriches lead data, searches conversations, and reads inbox activity so an application can run and monitor outreach sequences programmatically. Requests and responses are JSON, letting an agent add leads, review campaign results, and track replies without the web interface.