For Agents
Create and track marketing short links, attach conversions, and pull click counts so agents can attribute campaign traffic and report on link performance.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the ClickMeter 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.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# 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 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 ClickMeter API API.
Create trackable short links pointing to destination URLs and assign them to campaign groups
Retrieve aggregated click counts for a specific link via /links/{linkId}/count
Register a conversion event tied to a link to measure downstream goals
Organise links into groups and tag them for segmented reporting
GET STARTED
Use for: I need to create a trackable short link for a new campaign, Get the click count for a specific ClickMeter link, List all conversions recorded against a link in the last week, Set up a custom branded domain for short links
Not supported: Does not handle email or SMS delivery, advertising spend, or website analytics — use for marketing link tracking and conversion logging only.
Jentic publishes the only available OpenAPI document for ClickMeter API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for ClickMeter API, keeping it validated and agent-ready. ClickMeter is a link tracking and conversion measurement platform for digital marketers, exposing endpoints to create trackable short links, organise them into groups, attach custom domains, and capture downstream conversions. The API covers account configuration, link CRUD with click counters, group and tag management, custom domain registration, and conversion logging. Reports endpoints surface aggregated click and conversion data so agents can attribute traffic across campaigns without scraping a dashboard.
Add a custom branded domain so short links resolve under the marketer's own hostname
Update or delete existing links, groups, and conversions when campaigns change
Patterns agents use ClickMeter API API for, with concrete tasks.
★ Campaign Link Attribution
Marketing teams generate one trackable ClickMeter link per campaign channel (email, paid social, affiliate) so click volume can be attributed back to source. The API creates the link with POST /links, returns the short URL, and exposes click totals via GET /links/{linkId}/count. Setup for a multi-channel campaign typically takes minutes once the group structure is in place.
Create a ClickMeter link pointing to https://example.com/spring-sale inside the 'Spring 2026' group and return the resulting short URL
Conversion Tracking Across Channels
After a click, marketers want to know whether the visitor completed a goal — a signup, a purchase, a download. The ClickMeter API logs conversions via POST /conversions, ties them to the originating link, and lists them through GET /conversions for downstream reporting. This closes the loop between click and outcome without standing up separate analytics infrastructure.
Record a conversion of value 49.00 for link ID abc123 and confirm the event appears in the conversions list
Branded Short Link Domains
Brands want short links that reinforce identity rather than a generic shortener domain. The API registers a custom domain via POST /domains; once verified, new links can be issued under that hostname. This typically takes under an hour including DNS propagation, versus several days of custom CNAME and SSL configuration on a self-hosted shortener.
Add the custom domain go.brand.example as a branded short-link host and list the existing custom domains on the account
Agent-Driven Campaign Reporting
An AI agent embedded in a marketing tool fetches click and conversion totals for every active campaign, summarises the top performers, and recommends budget shifts. Through Jentic, the agent searches for 'track clicks on a marketing link', loads the relevant ClickMeter operations, and executes them with credentials held in the Jentic vault. End-to-end integration is under an hour.
List every link in the 'Q2 Campaigns' group, fetch click counts for each, and return the three links with the highest click volume
20 endpoints — jentic publishes the only available openapi specification for clickmeter api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/links
Create a new trackable link
/links/{linkId}/count
Get click count for a link
/conversions
Record a conversion event
/conversions
List conversion events
/groups
Create a campaign group
/domains
Add a custom branded domain
/links
Create a new trackable link
/links/{linkId}/count
Get click count for a link
/conversions
Record a conversion event
/conversions
List conversion events
/groups
Create a campaign group
Three things that make agents converge on Jentic-routed access.
Credential isolation
ClickMeter API keys are stored encrypted in the Jentic vault. Agents receive scoped tokens and never see the raw X-Clickmeter-Authkey value.
Intent-based discovery
Agents search Jentic with intents like 'track clicks on a marketing link' or 'log a conversion event' and Jentic returns the matching ClickMeter operations with their input schemas.
Time to first call
Direct ClickMeter integration: 1-2 days for auth, link creation, and conversion polling. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
ClickSend
ClickSend handles SMS and email delivery; ClickMeter tracks clicks on the links inside those messages.
Use ClickSend when the agent needs to dispatch the marketing message itself, then use ClickMeter to track which recipients clicked through.
Clicksign
Clicksign captures e-signature events; ClickMeter measures pre-signature link engagement.
Pair with Clicksign when an agent needs to first track campaign click-throughs, then escalate engaged contacts into a signature flow.
ClickMeter (v2 API)
Sister specification for the same vendor exposing the v2 endpoint surface.
Choose this v2 spec when agents need access to additional reporting endpoints not present in the 1.0.0 surface.
Specific to using ClickMeter API API through Jentic.
Why is there no official OpenAPI spec for ClickMeter API?
ClickMeter does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call ClickMeter 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 ClickMeter API use?
The ClickMeter API uses API key authentication. The key is passed in the X-Clickmeter-Authkey header on every request. Through Jentic, the key is stored encrypted in the vault — agents receive scoped access and never see the raw key.
Can I track conversions tied to a specific link with the ClickMeter API?
Yes. POST /conversions records a conversion event against a link, and GET /conversions lists recorded events. You can attach a conversion value so downstream reporting can sum revenue by source link.
What are the rate limits for the ClickMeter API?
Rate limits are not declared in the OpenAPI spec. ClickMeter applies plan-based throttling on its hosted service, so check your plan in the ClickMeter dashboard before issuing high-volume click-count polls. Through Jentic, rate-limit responses surface as standard error objects an agent can retry against.
How do I create a branded short link with the ClickMeter API through Jentic?
Run pip install jentic, then search Jentic for 'create a trackable marketing link' to find POST /links. Load the operation schema, supply the destination URL, group ID, and optional custom domain, and execute. Jentic injects the X-Clickmeter-Authkey header from the vault.
Can the ClickMeter API attach a custom domain to short links?
Yes. POST /domains registers a custom hostname; once DNS is configured the domain appears in GET /domains and can be used as the host for newly created links.
/domains
Add a custom branded domain