Solved Enroll is in private beta ahead of a 2027 public rollout. Join the waitlist
Resources REST Webhooks MCP

Integrations

Solved Enroll connects over HTTPS: a REST API for records and quoting, signed webhooks for events, and an MCP server so an agent runtime can rank plans mid-conversation.

Three ways in, and one honest caveat

Everything on this page is a protocol or an API. That is deliberate, and it is also the limit of what we will claim.

  • REST API. Clients, health profiles, quotes, recommendations, plans, applications, documents, and agency structure, over HTTPS with bearer-token auth, JSON bodies, cursor pagination, and idempotency keys on writes.
  • Webhooks. Signed, timestamped deliveries when a case moves: created, quoted, ranked, sent, signed, submitted, acknowledged. Retried with backoff for up to 24 hours.
  • MCP server. Tool discovery and tool calls, so an LLM agent runtime can rank plans and read back the reasoning without you rebuilding Medicare and underwriting logic.

Solved Enroll is in private beta. Integration credentials come from onboarding into a cohort or from a licensing conversation ahead of the 2027 public rollout. Join the waitlist to get in line.

A platform capability map rendered above a dark desk

What "compatible" means here

This page describes protocol and API-level compatibility only. Solved Enroll can connect to a dialer, a CRM, an agency management system, a warehouse, or an agent runtime because both sides speak HTTPS and JSON, not because of any commercial arrangement. Nothing on this page is a partnership, a certification, a carrier endorsement, an accreditation, or a marketplace listing, and we will not describe it as one. Carrier availability depends on the appointments your agency holds and on the submission method each carrier supports. AgentTech Dialer and Solved Telephony are sibling companies under Solved Ventures, which is a corporate fact rather than a technical claim.

Dialers and contact centers

The agent is already on the phone. The point of the integration is that the case is open by the time they say hello.

Carrier submission

Electronic submission and status acknowledgement, in the format each carrier accepts.

Which carriers you can submit to depends on the appointments your agency holds and on what each carrier supports. Nothing here asserts a carrier partnership or endorsement.

AI and agent runtimes

The AI Plan Recommender is the piece other systems most want, so it is available on its own. Rank plans from inside your own product, mid-conversation, and get the reasoning back with the ranking.

An MCP tool call

{
  "method": "tools/call",
  "params": {
    "name": "rank_plans",
    "arguments": {
      "client_id": "cli_8Fq2mR",
      "line": "medicare",
      "product_types": ["mapd", "pdp"],
      "limit": 3
    }
  }
}

The full tool list, the response shape, and the ranked-recommendation payload are on the API reference. Credentials for the MCP server come from onboarding or a licensing conversation.

FAQs

Integration questions

Do I need a developer to connect something?

For a scheduled CSV export, no. For click to quote from a dialer, a CRM sync, or a webhook listener, yes, someone has to make an HTTPS request and handle a JSON response. There is no visual connector builder, and we would rather say that than imply one exists.

Is there a marketplace of prebuilt connectors?

No. Solved Enroll is in private beta and there is no app marketplace, no directory listing, and no certified connector program. Integration happens over the documented REST API, webhooks, and the MCP server. If your system speaks HTTPS and JSON, it can connect.

Which CRMs and agency management systems can I connect?

Any that can call an API or receive a webhook. We describe compatibility at the protocol level rather than naming products, because naming a product implies a tested connector and a relationship that does not exist. Tell us what you run and we will tell you exactly which endpoints you would use.

Does the AgentTech Dialer connection mean anything special?

It means we can be specific about the flow, because AgentTech Dialer and Solved Enroll are both part of Solved Ventures and the click-to-quote path has been built end to end. Technically it uses the same public endpoints any other dialer would use. There is nothing in the API reserved for it.

Can an integration run in real time?

Yes. Webhook deliveries fire within seconds of the event and are retried with backoff for up to 24 hours. Scheduled pulls are there for systems that would rather ask than listen, and plenty of agencies run both: webhooks for speed, a nightly pull as the backstop.

Can my own AI agent use the plan recommender?

That is what the MCP server is for. An agent runtime discovers the ranking tools, calls them with a client profile, and gets back ranked plans with the factors behind each score, mid-conversation. The same engine is available as a plain REST endpoint if your runtime does not speak MCP. Licensing is a separate conversation from platform access.

Something else? Contact us

Connecting something specific?

Tell us the system and the direction the data needs to move, and we will point you at the exact endpoints and events.