Skip to main content

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_id to the Find People in Company endpoint to drive a search from a Persona you’ve already defined in Pronto. When persona_id is 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: combining persona_id with job_titles or excluded_job_titles returns a 422. 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, or persona_id to satisfy the “at least one filter” requirement. Previously only job_titles or persona_id counted. Requests with none of these return 400.