polite.aiDocs
REFERENCE

Open source & no lock-in

The core that runs the agents is MIT-licensed on GitHub, and everything built here can leave with its owner.

Nothing built on polite.ai is locked in. The platform core is open, configurations are plain data available for download, and the same API the dashboard uses is documented for direct calls.

The open-source core

The core that answers calls, the agent runtime and its API, is open source under the MIT licence at github.com/aplisay/llm-agent. Anyone can read exactly how the agents run, or run the core themselves. polite.ai is the hosted service built on that core: the Builder, the knowledge system, numbers, billing and the dashboard around them. The fee pays for running it well, not for removing alternatives.

The Builder is a convenience

Everything the Builder writes is an ordinary agent configuration. Any agent opened in the agent editor shows it all, directly editable: instructions, models and voices, functions, API keys and MCP servers. There is no hidden layer. Both the Builder and the editor use the platform API, the same one documented in the Aplisay developer docs.

Export everything

  • Download config: any team or agent's full configuration as JSON, from the team card's menu, the Builder header, or the agent drawer's Overview tab. That file contains the agent's instructions, connections and settings.
  • Calls → Export CSV: call history for any date range.
  • Usage → Export: raw metered usage as CSV (Usage analytics).

Numbers can leave

A purchased number can be deleted at any time and is released back at the carrier immediately. Numbers an organisation brings itself stay with its carrier: the carrier routes calls over a private trunk, or an existing PBX connects outward via SIP registrations. Leaving is a routing change, not a migration project.

Build from another AI assistant

Aplisay publishes an MCP server that lets any AI assistant design, create and manage agents through the platform API. Setup and details are in the Aplisay developer docs.

Good to know:

Agents can consume external tools too. MCP servers and REST functions connect to an agent from the editor's Tools & transfers tab. Integrations can run in both directions.

Last updated 2026-08-17