SignalWire
Palo Alto, US · Founded 2017 · Delaware corporation · 85 employees on LinkedIn · 8 known investors
Find your way into SignalWire
36 people in our graph share verified history with the SignalWire team — schools, employers, funds. One of them is your warm intro.
SignalWire offers APIs, SDKs, and a programmable control plane for developers to build and orchestrate real-time voice, messaging, video, and AI-agent communication workflows. Built by the creators of FreeSWITCH on fully owned telecom infrastructure, it serves developers and businesses building communications applications as an alternative to traditional CPaaS and CCaaS platforms.
Also known as SignalWire, Inc.
Founders & leadership
SignalWire was founded in 2017 by Anthony Minessale, Brian West, Michael Jerris, and Anthony Minessale II.





Investors · 8
Also in the syndicate · 2
Reported raises · per SEC filings
Form D private placements$26.3M disclosed across 3 of 4 rounds · 2018–2021
▶$20MraisedJun 2021 · 5 investors · Other TechnologyRule 506(b)
- Anthony Minessale IIExecutive Officer, Director
- Daniel CarterDirector
- Ryan FloydDirector
- Sean HeineyExecutive Officer, Director
- Jill MinessaleExecutive Officer
- Offering amount
- $30M
- Amount sold
- $20M
- First sale
- May 2021
- Incorporated
- Corporation, Delaware, 2017
- Federal exemptions
- 06b
▶$6MraisedAug 2019 · 2 investors · Other TechnologyRule 506(b)
- Anthony Minessale IIExecutive Officer, Director
- Ryan FloydDirector
- Sean HeineyExecutive Officer, Director
- Jill MinessaleExecutive Officer
- Offering amount
- $8M
- Amount sold
- $6M
- First sale
- Jul 2019
- Incorporated
- Corporation, Delaware, 2017
- Federal exemptions
- 06b
▶$300KraisedApr 2018 · 1 investors · Other TechnologyRule 506(b)
- Jill MinessaleExecutive Officer
- Anthony Minessale IIExecutive Officer, Director
- Sean HeineyExecutive Officer, Director
- Offering amount
- $4M
- Amount sold
- $300K
- First sale
- Mar 2018
- Incorporated
- Corporation, Delaware, 2017
- Federal exemptions
- 06b
Source: SEC EDGAR Form D. Amounts as filed; amended filings shown once at their latest values.
Company profile
researched Aug 2026SignalWire operates a programmable unified communications platform that combines voice, video, messaging and AI voice agents in a single control plane, positioning itself as a "communications control plane" rather than a set of separate telephony, WebRTC and AI vendors. On the platform, calls are treated as first-class objects with state attached inside the call, so developer code defines routing and conversation logic instead of reconstructing state from webhook events; the company says the same architecture applies from 10 to 10,000 concurrent calls.
The product surface includes REST APIs for voice, video, messaging and AI; SWML, a JSON/YAML markup language that unifies LLMs, text-to-speech and speech-to-text with PSTN, SIP and WebRTC; server SDKs (including Python and TypeScript) for building AI agents and hosting SWAIG tool handlers; a browser SDK for WebRTC voice, video and chat; a RELAY WebSocket client for realtime call control; and no-code tools such as a drag-and-drop Call Flow Builder and Dashboard-configured AI agents. Developers work within a "Space" subdomain and dashboard used to buy and configure phone numbers, manage applications, view call logs and analytics, and access API credentials. Supporting features documented by the company include phone number porting, E911, international support, webhook configuration, and HIPAA and TCPA compliance material. A Compatibility API provides drop-in replacement for Twilio's TwiML (as cXML) and REST API and helper libraries in Node, Python, Ruby and C#, though AI features are not available through that compatibility layer.
SignalWire's AI positioning centers on "system-directed" agents: the conversation runs as a state machine of developer-defined steps, with the model exposed only to the tools and data permitted at each step, and an "AI Kernel" placed directly in the media stack to reduce latency. The company also publishes a public demo agent, Sigmond, a voice and video AI agent built on its SDK and connected to a live knowledge base, deployable across voice, phone, WhatsApp and SIP or as a white-label platform.
Founding story
Anthony Minessale and a small team began work in 2005 to demonstrate that telecom could be implemented as software rather than proprietary hardware, and FreeSWITCH was announced in January 2006. In 2017, the same team founded SignalWire to build a commercial platform around the engine, adding private modules, a globally distributed network and a programmable control plane not provided by FreeSWITCH alone.
Business model
SignalWire sells cloud-hosted programmable communications infrastructure to developers and businesses, alongside paid commercial offerings around the open-source FreeSWITCH engine. Its stated editions are the free self-hosted FreeSWITCH open-source engine with community support; "FreeSWITCH Advantage," a paid self-hosted enterprise branch including commercial modules such as G.729A and answering machine detection plus founder-level support; and the paid cloud-hosted SignalWire Platform, which wraps FreeSWITCH media engines in a programmable layer running in SignalWire's cloud. The company states that the commercial platform funds continued open-source development.
Revenue comes from the paid cloud platform and from paid self-hosted FreeSWITCH offerings, including commercial modules and commercial support and hardened builds; accounts can be created for free and trial mode is available before paid usage.
Traction
SignalWire cites more than 20 years of continuous FreeSWITCH development, billions of calls handled per year by the open-source engine, thousands of platforms built on FreeSWITCH, and deployment inside some of the largest telephony platforms in the world. Its site references customers under a "trusted by" section without naming them in the available material.
Latest developments
Recent company publishing covers AI agent design and data handling, 10DLC messaging compliance guidance, and a wrap-up of the 2026 ClueCon community conference. Current product materials center on system-directed AI voice agents, the Sigmond voice-and-video demo agent built on the SignalWire SDK, machine-readable documentation for AI coding agents, and tooling such as Wirestarter project scaffolding and the SWSH interactive shell.
▸Full profile — market position, technology, go-to-market, geography, history, risks & controversies
Market position
SignalWire describes itself as a global provider of software-defined telecommunications technology and contrasts its unified platform with "traditional CPaaS" architectures that stitch together separate telephony, WebRTC and AI vendors. It emphasizes ownership of the underlying media engine and carrier layer, and markets a drop-in migration path for developers moving from Twilio. FreeSWITCH, which SignalWire maintains, is described as the most widely deployed open-source telecommunications tool in the world, running inside large telephony platforms and handling billions of calls annually.
Key stated differentiators are ownership and maintenance of the FreeSWITCH media engine down to the carrier layer, in-call state so developers do not rebuild state from event streams, a single control plane that keeps a session on-platform for its full lifecycle, system-directed AI agents constrained by developer-defined steps and tool exposure, an AI kernel embedded in the media stack for low latency, and Twilio-compatible APIs for migration.
Technology
The platform is built on FreeSWITCH, the open-source real-time voice and video media engine created by the same team, and extends it with private modules, a globally distributed network and a programmable control plane. Capabilities include call routing, video bridging, media transcoding, protocol translation and interoperability, and carrier-grade media handling. Interfaces include REST APIs, the SWML markup language, server and browser SDKs, and the RELAY realtime WebSocket client, with native call verbs such as answering machine detection and speech-based routing. AI agents are executed as code-defined state machines with the AI kernel embedded in the media stack. Documentation is also published in machine-readable form via llms.txt indexes and markdown page variants.
Go-to-market
Self-serve developer acquisition through free account signup, extensive documentation, quickstarts, SDKs and no-code builders, complemented by a "talk to an expert" enterprise sales motion and commercial support conversations for FreeSWITCH users. The open-source FreeSWITCH project, its GitHub repository, community site and the ClueCon conference serve as a developer community channel and funnel to the commercial platform, as does the Twilio migration path.
Developers and engineering teams building real-time communications products, including AI voice agents and virtual assistants, browser and mobile voice/video/chat applications, backend IVR, call routing and SMS systems, and contact centers. Documented use cases include automated customer service, appointment scheduling and reminders, FAQ lines, lead qualification, surveys, virtual receptionists, click-to-call, two-factor authentication, and white-label communications platforms. No-code tooling targets prototypes and small businesses, while self-hosted FreeSWITCH options target teams with dedicated infrastructure resources.
Geography
Headquartered in Palo Alto, California, with a globally distributed network supporting the cloud platform and documented international support for its communications services.
History
FreeSWITCH has been developed continuously as open source since 2006 and is today actively maintained by SignalWire. SignalWire was founded in 2017 by the engine's original creators. In June 2021 the company announced a $30 million Series B led by Prosperity7 Ventures, bringing total funding to $41.6 million, with proceeds directed at a unified cloud communications development layer spanning voice, video and messaging. The company subsequently expanded into AI voice agents, adding SWML, server SDKs for agent development, an AI kernel in the media stack and Dashboard-based agent configuration, and now markets the product as a communications control plane.
Risks & controversies
SignalWire states that it is not affiliated with or endorsed by Twilio, whose TwiML and trademarks it references in describing its compatibility API. Its compatibility layer does not support AI features, requiring migrating customers to adopt SignalWire-native interfaces for AI use cases.
Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.
Key figures
latest reportedCompany-reported or press-reported figures, each dated to when it was claimed — not independently audited.
Competitors · 6
by search overlapCompanies competing with SignalWire for the same Google search keywords, organic and paid, via search-intersection analysis.
Timeline · 1
launches, deals, and filingsSignalWire announced a $30 million Series B round led by Prosperity7 Ventures, the diversified growth fund of Aramco Ventures, with participation from Storm Ventures, Samsung NEXT, Jerry Yang (AME Cloud Ventures) and Dean Drako (Barracuda Networks). The company said proceeds would fund development of a unified cloud communications development layer and platform for voice, video and messaging, described as infrastructure for "Telecom 2.0." The round brought total funding to $41.6 million.
$30M source ↗
Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.
Legal entities · 1
corporate structureIn the news
▸Research sources · 8
primary sources listed
- SignalWiresignalwire.com · web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does SignalWire do?
- SignalWire is a programmable communications platform from the creators of FreeSWITCH, unifying voice, video, messaging and AI.
- Who founded SignalWire?
- SignalWire was founded by Anthony Minessale, Brian West, Michael Jerris, Anthony Minessale II in 2017.
- Who are SignalWire's investors?
- SignalWire's investors include Cerity Partners Ventures, Flucas Ventures, Mighty Capital, Prosperity7 Ventures, Storm Ventures, DTCP.
- How much funding has SignalWire raised?
- SignalWire has disclosed $26.3M raised across 3 of its 4 known rounds.
- Where is SignalWire headquartered?
- SignalWire is headquartered in Palo Alto, US.







