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.
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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 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 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.
Three things that make agents converge on Jentic-routed access.
Credential isolation
permutive.com credentials are stored encrypted in the Jentic vault and injected at execution time. Raw credentials never appear in agent prompts, transcripts, or response payloads.
Intent-based discovery
Agents search by intent and Jentic returns the matching endpoint with its schema and any required parameters.
Time to first call
Direct permutive.com integration: days to weeks to model all resources and operations. Through Jentic: under 1 hour — search, load schema, execute.
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.
GET STARTED