Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Permutive Audience 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%2Fpermutive.com%2Fpermutive" | 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%2Fpermutive.com%2Fpermutive" | 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 Permutive Audience API.
Access and manage permutive.com resources
Integrate permutive.com functionality into workflows
Automate permutive.com operations
Patterns agents use Permutive Audience API for, with concrete tasks.
★ permutive.com Integration
Integrate Permutive Audience API into your application or workflow to automate operations and access resources programmatically.
Use the Permutive Audience API to perform operations against permutive.com resources.
What agents get from Jentic-routed access to this vendor.
Setup
Wiring Permutive by hand means setting the X-API-Key header or k query key, choosing between the api.permutive.app and api.permutive.com hosts, and threading cohort, import, and segment ids through your calls yourself. Through Jentic you install once, import the Permutive Audience API from the API Directory, store the key once, and your agent calls it.
Permission scoping
Permutive puts the resource id in the URL path (/cohorts-api/v2/cohorts/{cohortId}, /audience-api/v1/imports/{importId}/segments/{segmentId}), so a rule can pin your agent to one cohort or import. You choose the operations it may call, so writing events or identifying users is included only if you add it and reads can stand alone.
Credential isolation
Your Permutive API key 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 'read a cohort definition' or 'submit audience events', and Jentic returns the matching Permutive operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Specific to using Permutive Audience API through Jentic.
What authentication does the Permutive Audience API use?
The Permutive Audience API uses apiKey authentication. Through Jentic, credentials are stored encrypted and injected at execution time so they never enter the agent's context.
How many endpoints does the Permutive Audience API have?
The Permutive Audience API exposes 12 endpoints across its surface area.
Can I limit what my agent is allowed to do with the Permutive Audience API?
Yes. Because you run Jentic One yourself, you decide which Permutive operations your agent may call and which credentials it may use, so you can allow read-only access to cohort definitions while excluding operations that write events or identify users. Permutive carries the resource id in the URL path, such as the cohort id in /cohorts-api/v2/cohorts/{cohortId} or the import and segment ids in /audience-api/v1/imports/{importId}/segments/{segmentId}, so your rules can pin the agent to a single cohort or import. Write and identity operations are included only if you add them, and reads can stand on their own.
GET STARTED
For Agents
Manage permutive.com resources and operations programmatically.
Use for: I need to integrate with permutive.com, How do I access permutive.com data programmatically, Help me automate permutive.com tasks
Not supported: Provides access to permutive.com resources and operations as documented in the OpenAPI specification.
Permutive API for audience segmentation, cohort management, event tracking, identity resolution, contextual signals, and taxonomy management.
This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.
Base layer of spec validity and structural soundness.
Aggregated quality score from linter diagnostics, weighted by severity.
Percentage of `$ref` references that resolve successfully.
Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).
Structural correctness score based on schema issues using logarithmic dampening.
Clarity, completeness, and ingestion readiness for developers and tooling.
How richly the API is illustrated with examples.
Percentage of examples that conform to their schemas.
Percentage of operations with complete response definitions (success, client error, server error).
Health of API ingestion, bundling, and resolution within Jentic pipelines.
Semantic breadth, depth, and agent comprehension for AI systems.
Coverage of descriptions across API elements.
Coverage of RFC 9457 Problem Details for error responses.
Coverage, uniqueness, and casing consistency of operationIds for AI inference.
Coverage of summaries across operations/tags/info.
Functional utility, complexity comfort, and AI orchestration readiness.
Agent comfort level based on API operational and structural complexity.
Trust, risk posture, and security compliance.
Average quality of security schemes based on authentication method strength (weakest link for OAuth2).
Findability, semantic richness, and reasoning readiness.
Clarity and depth of descriptions across API elements.
Score it yourself
Every API in the directory is allowlisted, so you can re-score it with no key required.
npx @jentic/api-scorecard-cli score <openapi-url>