-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
This guide walks you through installing Dispatch for Telex and connecting it to your Telex account for the first time.
| Requirement | Minimum |
|---|---|
| WordPress | 6.7 |
| PHP | 8.2 |
| MySQL / MariaDB | 8.0 / 10.5 |
| Telex account | telex.automattic.ai |
Multisite: Dispatch is fully multisite-compatible. Install and activate network-wide, connect once at the network level, and every site on the network shares the connection. See Multisite Setup.
- Go to Plugins → Add New Plugin in your WordPress admin.
- Search for Dispatch for Telex.
- Click Install Now, then Activate.
- Download the latest release zip from GitHub Releases.
- Go to Plugins → Add New Plugin → Upload Plugin.
- Upload the zip and activate.
wp plugin install dispatch-for-telex --activateDispatch uses the OAuth 2.0 Device Authorization Grant (RFC 8628). No passwords are stored anywhere.
- Click Dispatch in the WordPress admin sidebar.
- Click Connect to Telex.
- Dispatch shows a short code and a URL (e.g.
telex.automattic.ai/activate). - Open that URL on any device — your phone, another tab, anywhere.
- Sign into Telex and enter the code.
- Return to your WordPress admin. Dispatch detects the authorization automatically and loads your projects.
Headless / server environments: Run
wp telex connectfrom the terminal. It prints the URL and code, polls for completion, and confirms when connected. See WP-CLI Reference.
Your full Telex project library appears in a searchable list. From here you can install any block or theme with one click, update projects when new builds are available, and remove anything you no longer need.
Continue to Managing Projects for the full walkthrough.
Go to the Dispatch admin screen and click Disconnect. This removes the stored OAuth token. Already-installed projects remain on your site and keep working.
wp telex disconnect