For Agents
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Sarbacane Engage (Datananas) 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%2Fsarbacane-engage%2Fsarbacane-engage" | 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%2Fsarbacane-engage%2Fsarbacane-engage" | 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 Sarbacane Engage (Datananas) API.
Guess contacts emails in bulk
Company to domain lookup
Find activities
Count blacklist entries
GET STARTED
Programmatically guess contacts emails in bulk, company to domain lookup. Covers 30 operations with bearer authentication.
Use for: I need to guess contacts emails in bulk, I want to company to domain lookup, Search for guess email, Find all activities
Not supported: Does not handle payments, crm, or developer tools - use for communications only.
Sarbacane Engage (formerly Datananas) is a sales engagement software that helps you reach your contacts with intelligent and automated multichannel sequences. This API provides endpoints for managing contacts, email guessing, blacklists, activities, sequences, messages, templates, and more. The API exposes 30 endpoints secured with bearer authentication.
Filter blacklist entries
Add to blacklist
Patterns agents use Sarbacane Engage (Datananas) API for, with concrete tasks.
★ Communications Operations
Use the Sarbacane Engage (Datananas) API to perform communications operations programmatically. The API provides 30 endpoints covering core functionality including guess contacts emails in bulk, company to domain lookup, guess email.
Call POST /accounts/bulk to guess contacts emails in bulk
Automated Accounts Management
Automate accounts operations by combining multiple Sarbacane Engage (Datananas) API endpoints. Agents can company to domain lookup and then guess email in a single workflow.
Call GET /accounts/domain to company to domain lookup, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Sarbacane Engage (Datananas) API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle bearer tokens manually.
Search Jentic for 'guess contacts emails in bulk', load the operation schema, and execute with Jentic-managed credentials
30 endpoints — sarbacane engage (formerly datananas) is a sales engagement software that helps you reach your contacts with intelligent and automated multichannel sequences.
METHOD
PATH
DESCRIPTION
/accounts/bulk
Guess contacts emails in bulk
/accounts/domain
Company to domain lookup
/accounts/email
Guess email
/activities
Find activities
/blacklist/count
Count blacklist entries
/blacklist/filter
Filter blacklist entries
/blacklist
Add to blacklist
/blacklist
Find blacklist entries
/accounts/bulk
Guess contacts emails in bulk
/accounts/domain
Company to domain lookup
/accounts/email
Guess email
/activities
Find activities
/blacklist/count
Count blacklist entries
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Sarbacane Engage (Datananas) API by hand means setting up its bearer token auth on the api.datananas.com host and coordinating account, activity, and blacklist calls yourself. Through Jentic you install once, import the Sarbacane Engage (Datananas) API from the API Directory, store the bearer token once, and your agent calls it.
Permission scoping
This API takes its targets in the request body rather than the URL path, so you limit the agent to the operations it needs, such as looking up an account email or filtering a blacklist, and you leave out write operations like bulk account creation or adding to the blacklist unless you add them. Every operation the agent runs is one you chose.
Credential isolation
Your Sarbacane Engage bearer token is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'guess contact emails in bulk' or 'filter a blacklist', and Jentic returns the matching Sarbacane Engage (Datananas) API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Specific to using Sarbacane Engage (Datananas) API through Jentic.
What authentication does the Sarbacane Engage (Datananas) API use?
The Sarbacane Engage (Datananas) API uses a Bearer token in the Authorization header. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I guess contacts emails in bulk with the Sarbacane Engage (Datananas) API?
Yes. Use the POST /accounts/bulk endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Sarbacane Engage (Datananas) API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I guess contacts emails in bulk through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'guess contacts emails in bulk'. Jentic returns the matching Sarbacane Engage (Datananas) API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the Sarbacane Engage (Datananas) API have?
The Sarbacane Engage (Datananas) API exposes 30 endpoints covering accounts, activities, blacklist operations.
Can I limit what my agent is allowed to do with the Sarbacane Engage API?
Yes. Because you self-host Jentic One, your own rules decide which Sarbacane Engage operations and credentials the agent can use. You can allow only the calls it needs, such as looking up an account email with GET /accounts/domain or filtering a blacklist with POST /blacklist/filter, and leave out write operations like bulk account creation with POST /accounts/bulk or adding entries with POST /blacklist. Every operation the agent runs is one you chose to enable.
/blacklist/filter
Filter blacklist entries
/blacklist
Add to blacklist
/blacklist
Find blacklist entries