Documentation Index
Fetch the complete documentation index at: https://docs.prontohq.com/llms.txt
Use this file to discover all available pages before exploring further.
Week of April 26, 2026
New features
- MCP server for AI assistants. Connect any MCP-compatible AI assistant — including Claude Desktop, Claude Code, and Cursor — directly to Pronto. Once installed, your assistant can find companies, search leads, and enrich contacts from a chat interface using your existing API key. See the MCP server guide for installation instructions and example prompts.
-
Search by saved Persona on Find People in Company. You can now pass a
persona_idto the Find People in Company endpoint to drive a search from a Persona you’ve already defined in Pronto. Whenpersona_idis provided, included and excluded job titles are taken from the saved Persona — no need to inline them in the request. Pass one or the other: combiningpersona_idwithjob_titlesorexcluded_job_titlesreturns a422. See the Personas endpoints to list available Persona IDs.
Updates
- More flexible people filters on Find People in Company. Find People in Company now accepts any one of
job_titles,excluded_job_titles,functions,seniority_levels,included_locations,excluded_locations, orpersona_idto satisfy the “at least one filter” requirement. Previously onlyjob_titlesorpersona_idcounted. Requests with none of these return400.