Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/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 Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Data Enrichment / 6sense API
6sense API logo

6sense API

Agent-ready OpenAPI document · curated by JenticData EnrichmentCompany DataapiKey8 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Identify accounts behind website traffic, enrich companies and people with firmographic and contact data, and score contacts on buying intent - all from the 6sense intelligence graph.

Use for: Find the company behind an anonymous visitor on our marketing site, Enrich this company record with industry, revenue, and employee count, Look up verified email and phone for a named contact at a target account, Search for vice presidents of marketing at companies with over 1000 employees

Not supported: Does not handle email sending, ad campaign delivery, or CRM record management - use for company and people enrichment, search, and intent scoring only.

Jentic publishes the only available OpenAPI specification for 6sense API, keeping it validated and agent-ready. The 6sense API exposes the data and intelligence services behind 6sense's account-based marketing platform across eight endpoints covering company identification, firmographic enrichment, people enrichment, person scoring, people search, and the search dictionary. Marketing and revenue teams use it to identify anonymous website visitors, enrich CRM records with firmographics and contact data, and feed buying-stage scores into orchestration tools. Authentication is an API token issued from a 6sense account.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the 6sense API to your agent

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

Identify the company behind an anonymous website visitor using domain or IP signal

Enrich a company record with firmographics including revenue band, employee count, and industry

Enrich a person record with verified email, phone, and current employer

Score a contact on buying-stage and intent within the 6sense model

Search 6sense's people graph by attributes such as title, function, and seniority

Look up the dictionary of supported person and company attributes for query construction

Use Cases

Patterns agents use 6sense API for, with concrete tasks.

★ Identify Anonymous Website Visitors at Account Level

Marketing teams running an account-based program use 6sense to deanonymize traffic by domain or IP and route the resulting account to sales when it matches the ICP. The /v3/company/details and /v1/enrichment/company endpoints return firmographics for matched domains and the platform exposes its proprietary buying-stage signal alongside. End-to-end integration into a website tag and CRM is typically three to five days.

Call POST /v1/enrichment/company with the visitor's domain, then route any match with revenue over $50M and matching industry to the SDR queue.

Contact Enrichment for Outbound Sales

Sales operations teams that run outbound campaigns enrich imported leads with verified email and phone via 6sense before passing them to outreach tools. The /v2/people/enrichment and /v2/people/full endpoints return contact and employer data, replacing slow manual lookups in LinkedIn or other point tools. Bulk enrichment of a 5,000-row list typically completes in under thirty minutes.

For each imported lead, call POST /v2/people/enrichment with first name, last name, and company domain and capture the returned email, phone, and current title.

Buying-Stage Scoring for Orchestration

Revenue operations teams pipe 6sense buying-stage scores into orchestration platforms so that contacts moving from awareness to consideration are routed to higher-touch plays. The /v2/people/score endpoint returns the model output for a given contact, while /v2/search/people lets the team build cohorts from intent attributes. Pipeline integration with a marketing automation tool takes around a week to ship.

Call POST /v2/people/score for a list of contacts, filter the response to those at 'Decision' stage, and add them to the high-touch nurture campaign.

AI Agent Account Research via Jentic

An AI sales-research assistant connected through Jentic can run /v3/company/details and /v2/search/people calls to build a target-account briefing in seconds. Jentic handles the API token in the vault and exposes operations by intent, so the agent can answer 'tell me about Acme Corp and find their head of marketing' in a single conversation. End-to-end response time is under thirty seconds per account.

Search Jentic for 'enrich a company by domain', load /v3/company/details for acme.com, then load /v2/search/people for the title 'VP of Marketing' at that company and return both.

Key Endpoints

8 endpoints — jentic publishes the only available openapi specification for 6sense api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/v3/company/details

Retrieve detailed company firmographics by domain

POST

/v1/enrichment/company

Enrich a company record with firmographic data

POST

/v2/people/enrichment

Enrich a person record with contact and employer data

POST

/v2/people/full

Retrieve full available data for a person

POST

/v2/people/score

Score a person on buying stage and intent

POST

/v2/search/people

Search people by attribute filters

POST

/v2/search/dictionary

List supported attributes and values for searches

POST

/v3/company/details

Retrieve detailed company firmographics by domain

POST

/v1/enrichment/company

Enrich a company record with firmographic data

POST

/v2/people/enrichment

Enrich a person record with contact and employer data

POST

/v2/people/full

Retrieve full available data for a person

POST

/v2/people/score

Score a person on buying stage and intent

POST

/v2/search/people

Search people by attribute filters

POST

/v2/search/dictionary

List supported attributes and values for searches

Why Jentic?

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

Setup

Setup

Wiring the 6sense API by hand means managing its API key and shaping company and people enrichment, search, and intent-scoring payloads across its v1, v2, and v3 endpoints yourself. Through Jentic you install once, import the 6sense API from the API Directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

6sense carries its company and people selectors in the request body rather than a resource id in the path, so limit the agent to the operations it needs, such as company details or people enrichment, and leave out intent scoring or dictionary search unless you add them. You choose the allowed set, so only the operations you pick can run.

Credential management

Credential isolation

Your 6sense 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

Intent-based discovery

Agents search Jentic by intent such as 'enrich a company by domain' or 'score a contact on buying intent', and Jentic returns the matching 6sense operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Clearbit API

→

Company and contact enrichment with broad firmographic coverage

Choose Clearbit when the user needs straightforward enrichment without 6sense's intent and buying-stage modeling.

Alternative

Apollo.io API

→

Sales prospecting platform with people search and enrichment

Choose Apollo when the user prioritizes a large prospecting database with built-in outreach over account-based intent signals.

Complementary

Hunter API

→

Email-finder and verification API

Pair Hunter with 6sense to verify deliverability of emails returned by /v2/people/enrichment before importing into outreach tools.

Complementary

Salesloft API

→

Sales engagement platform that consumes enriched contact data

Use Salesloft to run cadences against people enriched and scored through 6sense; the two are commonly paired in outbound stacks.

FAQs

Specific to using 6sense API through Jentic.

Why is there no official OpenAPI spec for 6sense API?

6sense publishes HTML developer documentation but does not distribute a downloadable OpenAPI specification for direct ingestion. Jentic generates and maintains this spec so AI agents and developers can call 6sense through structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the 6sense API use?

The API uses an API token issued from a 6sense account, supplied as an apiKey credential on each request. When called through Jentic the token is stored encrypted in the vault and attached at execution time, so it never appears in the agent's prompt context.

Can I identify the company behind an IP address with the 6sense API?

Yes. Call POST /v1/enrichment/company with the visitor's domain or IP signal. The response includes the matched company along with firmographics such as industry, revenue band, and employee count when 6sense has high-confidence resolution.

What are the rate limits for the 6sense API?

6sense does not publish a single numeric rate limit; limits depend on the customer's contract tier and endpoint. Treat the API as quota-based, batch enrichment requests through /v2/people/enrichment where possible, and back off on HTTP 429 responses with the Retry-After header.

How do I enrich a company by domain through Jentic?

After running pip install jentic and setting JENTIC_AGENT_API_KEY, search Jentic for 'enrich a company by domain', load POST /v3/company/details, and execute it with the target domain. Jentic injects the 6sense token automatically.

Does the 6sense API return buying intent signals?

The /v2/people/score endpoint returns 6sense's buying-stage signal for a given contact. The score is the platform's proprietary model output combining intent, fit, and engagement signals - it is not a raw keyword feed.

Can I limit what my agent is allowed to do with the 6sense API?

Yes. Because you run Jentic One yourself, your own rules decide which 6sense operations and credentials the agent can use. The 6sense API carries its company and people selectors in the request body rather than in the path, so you scope access at the operation level: grant only the calls the agent needs, such as company details (/v3/company/details) or people enrichment (/v2/people/enrichment), and leave out intent scoring (/v2/people/score) or dictionary search unless you add them. Only the operations you allow can run.

GET STARTED

Start building with 6sense API

Explore with Jentic One
View OpenAPI Document