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 / Admanage AI Ad Management API
Admanage AI Ad Management API logo

Admanage AI Ad Management API

★ Only Publicly Available OpenAPI DocumentMarketingAdvertisingbearer61 EndpointsREST

For Agents

Launch and manage ad campaigns across Facebook, TikTok, Snapchat, Pinterest, Google, AppLovin, and Taboola through a single API, including duplicating, renaming, and toggling campaign status.

Use for: I want to launch the same creative on Facebook, TikTok, and Google in one batch, Duplicate a winning Google Ads campaign and rename it for a new region, List all Google Ads campaigns for the active account, Pause a Google Ads campaign whose ROAS has dropped

Not supported: Does not handle email marketing, organic social posting, or web analytics — use for cross-platform ad launching, scaling, and asset management only.

Jentic publishes the only available OpenAPI specification for the Admanage AI Ad Management API, keeping it validated and agent-ready. The Admanage AI API exposes 61 endpoints for launching, duplicating, renaming, and reporting on ads across Facebook, TikTok, Snapchat, Pinterest, Google Ads, AppLovin/Axon, and Taboola from a single integration. It also covers media library management, drafts, and automation rules. Use it to consolidate ad operations for performance teams running campaigns on multiple networks at once.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Admanage AI Ad Management API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Admanage AI Ad Management 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 Admanage AI Ad Management API.

Launch ad batches across Facebook, TikTok, Snapchat, Pinterest, Google, AppLovin, and Taboola in one call

Duplicate Google Ads campaigns, ad groups, and ads to scale winning creatives

Toggle Google Ads campaign status to pause underperformers programmatically

Add, remove, and update text and media assets on Google Ads asset groups

Track batch launch status to confirm cross-platform deployments completed

Launch ads from existing drafts to standardise creative templates across teams

Use Cases

Patterns agents use Admanage AI Ad Management API for, with concrete tasks.

★ Cross-Platform Campaign Launch

Performance marketing teams launch the same campaign creative across Facebook, TikTok, Snapchat, Pinterest, Google, AppLovin, and Taboola through POST /launch instead of building one integration per network. Batch status can be polled with GET /batch-status/{id} to confirm each platform completed. This cuts launch time from hours of manual UI work to a few API calls.

Launch a batch with creative ID 778 across Facebook, TikTok, and Google Ads via POST /launch and poll GET /batch-status/{id} until it returns completed

Google Ads Scaling Operations

Growth teams scale winning Google Ads campaigns by duplicating campaigns, ad groups, and ads through dedicated POST /google-ads/duplicate-campaign, /duplicate-ad-group, and /duplicate-ad endpoints. Renaming and status toggles are exposed as separate operations so an agent can build a structured scaling workflow rather than scripting against the Google Ads API directly.

Duplicate Google Ads campaign 4421 via POST /google-ads/duplicate-campaign and rename the copy to 'US-2026-Q3' via POST /google-ads/campaigns/rename

Asset Management on Google Ads Asset Groups

Creative ops teams add, remove, and update text and media assets on Google Ads Performance Max asset groups via POST /google-ads/add-text-assets, /add-assets, /remove-assets, and /update-assets. This automates routine refreshes that otherwise require navigating the Google Ads UI per asset group.

Add three new headline text assets to Google Ads asset group 9912 via POST /google-ads/add-text-assets

Agent-Driven Multi-Platform Ad Ops via Jentic

AI agents can run multi-platform ad operations through Jentic without integrating each underlying ad network. Bearer tokens for Admanage are kept in the Jentic vault, and intent search resolves to the right Admanage endpoint so the agent does not need to learn the API's 61-endpoint surface up front.

Search Jentic for 'pause google ads campaign', load POST /google-ads/campaigns/toggle-status, and execute it for campaign 4421 with status paused

Key Endpoints

61 endpoints — jentic publishes the only available openapi specification for the admanage ai ad management api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/launch

Launch a batch of ads across networks

POST

/launch/from-draft

Launch ads from an existing draft

GET

/batch-status/{id}

Check launch batch status

GET

/google-ads/campaigns

List Google Ads campaigns

POST

/google-ads/campaigns/toggle-status

Pause or enable a Google Ads campaign

POST

/google-ads/duplicate-campaign

Duplicate a Google Ads campaign

POST

/launch

Launch a batch of ads across networks

POST

/launch/from-draft

Launch ads from an existing draft

GET

/batch-status/{id}

Check launch batch status

GET

/google-ads/campaigns

List Google Ads campaigns

POST

/google-ads/campaigns/toggle-status

Pause or enable a Google Ads campaign

POST

/google-ads/duplicate-campaign

Duplicate a Google Ads campaign

Why Jentic?

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

Credential management

Credential isolation

Admanage AI bearer tokens are stored encrypted in the Jentic vault. Because the token authorises spend across multiple ad networks, Jentic ensures it never enters the agent's prompt context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent (e.g., 'launch ads across networks' or 'duplicate Google Ads campaign') and Jentic returns the matching Admanage operation with its input schema. The agent does not have to learn 61 endpoints up front.

Time to first call

Time to first call

Direct Admanage AI integration: 1-2 days to wire up auth, batch status polling, and per-network edge cases. Through Jentic: under 1 hour — search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Facebook Graph API

→

Direct access to Facebook ad accounts that Admanage AI orchestrates against.

Use Facebook Graph API directly when you need granular Facebook-only control; use Admanage AI when Facebook is one of several channels in a unified workflow.

Alternative

Google Display & Video 360 API

→

Google's premium DSP API for cross-platform display and video buys.

Choose DV360 for premium display and video media buying; choose Admanage AI for performance ad ops across Facebook, TikTok, Snapchat, and Google in one integration.

Complementary

Snapchat Marketing API

→

Snapchat's native marketing API used as one of Admanage AI's downstream targets.

Use Snapchat Marketing API directly when you only run Snapchat campaigns; use Admanage AI when Snapchat is one of multiple networks managed together.

FAQs

Specific to using Admanage AI Ad Management API through Jentic.

Why is there no official OpenAPI spec for Admanage AI Ad Management API?

Admanage AI does not publish an OpenAPI specification. Jentic generates and maintains this spec from admanage.ai/api-docs so AI agents and developers can call it 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 Admanage AI Ad Management API use?

The API uses HTTP bearer authentication. The token is supplied in the Authorization header on every request. Through Jentic, the token is stored in the vault and injected at execution time so the agent never sees the raw secret.

Can I launch ads on multiple networks in one call with the Admanage AI API?

Yes. POST /launch accepts a batch payload that fans out ad creation across Facebook, TikTok, Snapchat, Pinterest, Google, AppLovin, and Taboola. Use GET /batch-status/{id} to confirm each network's launch completed.

How do I duplicate a Google Ads campaign with the Admanage AI API through Jentic?

Search Jentic for 'duplicate google ads campaign', load POST /google-ads/duplicate-campaign, and execute it with the source campaign ID. This is faster than scripting against the underlying Google Ads API directly.

What are the rate limits for the Admanage AI API?

The OpenAPI specification does not publish numeric rate limits. Admanage applies limits server-side; HTTP 429 responses indicate throttling. Through Jentic, retry behaviour with backoff is set in the execution request.

Can I update creative assets on Google Ads Performance Max with the Admanage AI API?

Yes. POST /google-ads/add-text-assets, /add-assets, /update-assets, and /remove-assets manage text and media assets on Performance Max asset groups without using the Google Ads UI.

GET STARTED

Start building with Admanage AI Ad Management API

Explore with Jentic
View OpenAPI Document