Skip to main content
The Plyne API is designed around the same jobs your team handles in the dashboard: find buyers showing intent, track accounts that matter, and pull the context needed for timely outreach. Setup stays in the dashboard. The API gives you a clean read layer for Signal Agents, Leads, Monitored Accounts, Custom Signals, and detected account signals.

What Plyne tracks

Plyne tracks two kinds of GTM movement:

Intent Signals

Intent Signals find buying-intent leads across keywords, sources, watched profiles, and signal types. Your team configures Signal Agents in the dashboard. The API lets you read those Signal Agents and pull the qualified Leads they surface. Examples of what Intent Signals can track:
  • leads engaging with relevant topics, posts, companies, or watched profiles
  • leads matching your target title, seniority, geography, and ICP criteria
  • companies hiring for roles that suggest a new initiative
  • companies showing funding, launch, expansion, technology, or category activity
  • leads tied to a specific sheet, signal type, or source your team configured

Monitored Accounts

Monitored Accounts are the companies your team has chosen to track over time. Your team adds accounts and defines Custom Signals in the dashboard. Plyne evaluates those accounts and surfaces detected account signals when something worth acting on appears. Examples of what Custom Signals can track across Monitored Accounts:
  • hiring for sales, engineering, security, compliance, or other target roles
  • expansion into a new country, region, market, or customer segment
  • launches of new products, features, pricing pages, integrations, or partnerships
  • mentions of competitors, tools, migrations, compliance, procurement, or security
  • new public evidence that an account is entering an active buying window

Base URL

All endpoints require an organization-scoped API key:

Quickstart

Read the newest Leads by Date found, matching the Leads Directory default order:
cURL
Read the newest detected account signals from Monitored Accounts:
cURL

Dashboard and API responsibilities

Sections

Signals

Intent Signals and Signal Agents that continuously surface qualified Leads.

Monitor

Monitored Accounts and detected account signals from Custom Signals.

Leads

Qualified leads with embedded company details and source context.

API Basics

Authentication, pagination, and shared filtering conventions.

Endpoint surface

Signals

Monitor

Common patterns

| Pattern | Behavior | | --- | --- | --- | | Authentication | Send Authorization: Bearer plyne_... with every request. | | Pagination | List endpoints use request-body cursor pagination. | | Filtering | Directory endpoints use date_found and latest_signal; monitored entity endpoints use latest_activity; signal-history rows use observed_at. Unknown fields return 400 InvalidArgument. | | Scope | Every response is scoped to the organization that owns the API key. |

Dashboard label to API field

Current limitations

  • No API endpoint to create or edit Signal Agents.
  • No API endpoint to create or edit Custom Signals.
  • No API endpoint to add or edit Monitored Accounts.
  • No run-start endpoint in the first API version.
  • Use filters on list endpoints instead of deep nested result endpoints.