Sections
Signals
Intent Signals agents that continuously find buyers matching your ICP.
Monitor
Account monitoring for custom questions your team wants checked on a schedule.
Signal leads
Qualified leads with embedded company details and source context.
API Basics
Authentication, pagination, and shared filtering conventions.
Endpoint surface
Signals
| Method | Endpoint | Purpose |
|---|---|---|
| POST | /v1/signals/agents | List Intent Signals agents configured in the dashboard. |
| POST | /v1/signals/leads | List leads surfaced by signal agents. |
Monitor
| Method | Endpoint | Purpose |
|---|---|---|
| POST | /v1/monitor/accounts | List target accounts being monitored. |
| POST | /v1/monitor/results | List account signals found while monitoring target accounts. |
Later
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /v1/signals/agents/{id} | Read one signal agent. |
| GET | /v1/monitor/accounts/{id} | Read one monitored company. |
| GET | /v1/monitor/results/{id} | Read one monitoring result. |
| GET | /v1/monitor/signals | List custom signal definitions used by Monitor. |
Design constraints
- No run-start endpoint for the basic API.
- No create/update endpoints for signal setup in the first version.
- Use filters on list endpoints instead of deep nested result endpoints.
- Keep endpoint names aligned with dashboard terminology.