Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

This page tracks notable changes to the Everflow API, SDKs, and developer documentation. Check back regularly for updates on new endpoints, breaking changes, and documentation improvements.
2026-06-02
MCP

MCP Server — multi-value filters for performance reports

run_performance_report now matches multiple IDs for a single filter in one query. Separate values with a pipe — offer:1|2|5 — or repeat the key (offer:1,offer:2); both return all of the listed entities together instead of requiring a separate report per ID.
2026-05-19
MCP

MCP Server — new entity types

7 additional types are now supported by get_entity, list_entities, and get_entity_schema: employee, category, channel, label, affiliate_tier, offer_url, and advertiser_event. The total number of supported entity types is now 27.
2026-04-30
API

Update Conversion Notes endpoint documented

Documentation added for the existing PUT /networks/reporting/conversions/{conversionId}/notes endpoint, which lets you attach free-form notes to a conversion. The endpoint itself is unchanged — only the docs are new.
  • View the Update Conversion Notes endpoint reference (Network API → Conversion Updates)
  • Pass an empty string to clear existing notes
  • Returns the full updated conversion record in the response
2026-04-23
MCP

MCP Server documentation added

A new MCP tab has been added to the developer hub covering the Everflow Model Context Protocol (MCP) Server — a native integration for AI assistants (Claude, Cursor, Windsurf, and others) that gives LLMs direct, structured access to your Everflow data without custom API wrappers.
  • Overview — what the MCP Server is and how it works
  • Quickstart — step-by-step setup for Claude Desktop, Cursor, and Windsurf
  • Tools reference — all 16 read-only tools with full parameter, dimension, filter, and metric tables
  • Prompt templates — ready-to-use prompts for common workflows
  • Examples — real conversational walkthroughs
  • FAQ — common questions and troubleshooting