Zero EMQX SKILL.md

The Zero-Friction MQTT Broker for AI Agents

Spin up an isolated MQTT namespace in milliseconds with one HTTP call — no signup, no cluster to manage.

Why Zero EMQX

Zero-Friction

One POST, one curl, working credentials in milliseconds. No accounts, no console, no waiting.

Multi-Tenant

Each call returns an isolated EMQX namespace with its own client credentials and quotas.

Disposable

Tenants auto-expire by TTL and are reaped server-side. Throw-away environments by default.

MQTT-Native

Full MQTT 5 over TLS (8883) and WSS (8084), backed by EMQX 6.

Quickstart

Point your agent at the skill, or run the curl flow yourself. Tenants live for the configured TTL, then disappear.

1

Tell your agent

Use the agent skill at https://zero-emqx-manager.dev-ala.aws.mpaas.mqttce.net/SKILL.md to provision a disposable MQTT tenant and publish a hello message.

Paste this into Claude Code, Cursor, or any tool-using agent. The skill at /SKILL.md documents the full POST /v1/instances API; your agent reads it and proceeds without further setup.

2

Or fetch the skill directly

curl -sS https://zero-emqx-manager.dev-ala.aws.mpaas.mqttce.net/SKILL.md

Pipe into any agent harness that ingests markdown skills.