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 examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
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
DocumentationQuickstartGitHubOpen Standards
Resources
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
  • Trust Centre
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 / Communications / Mailtrap
Mailtrap logo

Mailtrap APIs for AI Agents

CommunicationsEmail DeliveryJentic-Generated SpecsapiKey, bearerAPI keyAgent Ready

mailtrap.io·Developer portal → api-docs.mailtrap.io

For Agents

APIs2 in catalogue
Endpoints11 indexed
AuthapiKey, bearer / API key
ProvenanceJentic-generated specs

An agent can send single or batched transactional emails through Mailtrap and manage the deliverability surface around them: registering sending domains and reading their DNS records, cleaning suppression lists, pulling account sending statistics, and looking up the delivery log for a specific message.

Mailtrap splits its API into a focused two-endpoint send surface and a separate management surface for domains, suppressions, stats, and logs, so an agent can pair fast message delivery with deliverability hygiene on the same account and API token.

Use for: Sending transactional email through Mailtrap and managing the deliverability surface around it: sending domains, suppression lists, account statistics, and message delivery logs.

Not supported: inbox email testing, marketing contact lists, campaign automation, inbound email parsing, real-time webhooks

Credentials: Both APIs authenticate with a Mailtrap API token, so one credential covers sending and management, though the management API also accepts an HTTP bearer token.

All 2 Mailtrap OpenAPI specs are Jentic-generated and indexed by Jentic, kept validated and agent-ready.

Mailtrap is a transactional email platform. Its APIs cover the full send-and-manage loop: delivering single or batched transactional messages, and managing the operational surface around them such as sending domains, suppression lists, account sending statistics, and per-message delivery logs. Together they let an agent send email and keep deliverability healthy without switching to the Mailtrap dashboard.

Jentic One on Github

Mailtrap API Catalog

2 APIs across 1 product group.

Communications2

Mailtrap Email Sending APIManage Mailtrap sending domains, suppressions, and email logs.~9 endpointsMailtrap APISend a single transactional email or a batch of messages through Mailtrap.~2 endpoints

Which Mailtrap API should I use?

I want to...UseWhy
Deliver a single or batched transactional emailMailtrap APIThe send surface with POST /send and POST /batch for one message or many personalised messages in one call.
Register sending domains, clean suppressions, read stats, or inspect delivery logsMailtrap Email Sending APIThe management surface for the operational work around sending, including domain DNS records and per-message log lookup.

Install Jentic One Beta

Connect the Mailtrap APIs to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Mailtrap APIs, 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://jentic.com/install.sh?src=apis&api=%2Fapis%2Fmailtrap.io" | sh
2

Step 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%2Fmailtrap.io" | 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.

Once connected, ask your agent something like: “send transactional email and manage mailtrap deliverability”.

What AI Agents Can Do with Mailtrap

Each workflow spans multiple Mailtrap APIs. Jentic routes each operation to the right API automatically.

Send then verify delivery

An agent sends a transactional email and immediately confirms its fate. It calls the send endpoint, captures the returned message ID, then queries the delivery log for that message to report status, recipient, and timestamps back to the user.

Example prompt:

POST /send with the message, capture the returned sending message ID, then call GET /api/accounts/{account_id}/email_logs/{sending_message_id} and summarise the delivery status.

APIs used

Mailtrap API + Mailtrap Email Sending API

Onboard a domain then send from it

An agent brings a new sending domain online and starts using it. It registers the domain, surfaces the SPF and DKIM records for the user to publish, polls for verification, then sends a first transactional message once the domain is verified.

Example prompt:

POST /api/accounts/{account_id}/sending_domains, return the DNS records, confirm verification via the domain GET endpoint, then POST /send from the verified domain.

APIs used

Mailtrap Email Sending API + Mailtrap API

Bounce cleanup then resend

An agent remediates a recipient who was suppressed in error and completes the delivery. It finds the suppression entry, deletes it to re-enable sending, then sends the pending message to that recipient.

Example prompt:

List suppressions, DELETE the entry matching the address, then POST /send to deliver the pending message to that recipient.

APIs used

Mailtrap Email Sending API + Mailtrap API

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Mailtrap by hand means tracking two hosts and their send, domain, suppression, stats, and log endpoints, and passing your token on every call. Through Jentic you install Jentic One once, add Mailtrap from the Jentic directory, store the token once, and your agent calls both surfaces.

Permission scoping

Permission scoping

The account and object IDs sit in the management API URL paths, so a rule can pin your agent to one account, and you choose which operations it may call. Sending stays separate from destructive management calls like deleting a domain or suppression unless you add them.

Credential management

Credential isolation

Your Mailtrap API 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

Intent-based discovery

Agents search the Jentic directory by intent such as send a transactional email or read email logs, and Jentic returns the matching Mailtrap operation with its input schema so the agent calls the right endpoint across both APIs.

FAQs

Specific to using Mailtrap APIs through Jentic.

What can an agent do across the Mailtrap APIs?

An agent can send single or batched transactional emails, register and audit sending domains, clean suppression lists, pull account sending statistics, and look up the delivery log for any message it has sent, all on the same Mailtrap account.

How do the two Mailtrap APIs fit together?

The send API delivers messages and returns a message ID for each one. The management API handles the operational work around that: onboarding sending domains, removing suppressions, reporting stats, and resolving a message ID into a full delivery log.

Do I need separate credentials for each Mailtrap API?

No. A single Mailtrap API token works across both the send and management surfaces, so an agent configured with one credential can both deliver mail and manage deliverability.

Can an agent send an email and then confirm it was delivered?

Yes. It sends through the send API, captures the returned sending message ID, then queries that ID against the management API email-logs endpoint to read delivery status, recipient, and event timestamps.

Does Mailtrap handle marketing campaigns or contact lists?

These APIs are scoped to transactional email and its deliverability surface. They do not manage marketing contact lists or campaign automation, so pair Mailtrap with a marketing platform if you need those.

How does an agent pick the right Mailtrap operation?

Through Jentic the agent searches by intent, such as send a transactional email or list sending domains, and Jentic returns the matching Mailtrap operation with its input schema so the agent calls the correct endpoint without reading the reference docs.

If you need a different Communications vendor

All 4 are in the Jentic catalogue with the same one-credential, intent-search pattern.

SendGridTransactional email provider with comparable sending, suppression, and stats surfaces.
PostmarkTransactional email API with a similar domain, suppression, and message-event model.
BrevoCovers transactional sending alongside marketing contact and campaign management.
MailsacDisposable inboxes for asserting that Mailtrap sends actually arrive in QA.

BOOK A DEMO

Start Connecting APIs to Your AI Agents

Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.

Book a Demo