Sumotori Dash Agent
by Tommy Bordas 0 (0 reviews)

Sumotori Dash Agent

Connects this site to a monitoring dashboard you choose: reports administration events and answers signed, read-only inventory requests.

Sumotori Dash Agent ranks #66,009 among WordPress.org plugins with 0+ active installations, is #11,271 of 12,463 in the E-commerce category, and was last updated Sep 9, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.1
v1.6.0 Current Version v1.6.0
Updated 2 weeks ago Last Update on 09 Sep, 2026
Refreshed 13 hours ago Last Refreshed on
#11,271 of 12,463 in E-commerce Downloads -81.7% this week Actively maintained
View on WordPress.org
Rank
#66,009
-12771 this week
Active Installs
0+
-2%
KW Avg Position
N/A
No change
Downloads
140
+3 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 0%
0+ 10+
34,342
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 10 more installs to reach 10+

Rank Changes

48,850 53,699 58,549 63,398 68,247 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
47,696 53,175 58,655 64,134 69,613 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #66,009
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 20 30 40 50 60 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Sumotori Dash Agent

No. As long as the site is not paired, no event hook is even registered and the inventory REST routes answer 403. The only thing that starts an exchange is an administrator deliberately pairing the site, from the settings screen, from WP-CLI, or through the /pair REST route.
You enter it when pairing. No address is hardcoded in the plugin. If you manage a fleet of sites, you can also enforce it in wp-config.php: define( 'SUMOTORI_DASH_AGENT_URL', 'https://your-dashboard.example' ); The settings screen field then displays that value instead of being editable.
Nothing. Deleting the plugin erases the configuration option: the site option, the network option, and any options left on sub-sites.
Yes, since version 1.4.0. An administrator of the site — in practice a dashboard authenticating with an administrator application password the site owner issued to it — can call this site's own REST API: POST /wp-json/sumotori-dash/v1/pair {"url": "https://your-dashboard.example", "code": "XXXX-XXXX"} The agent then performs exactly the same exchange as the settings form: it calls /api/pair and stores the endpoint and secret it gets back. The second accepted body registers the link directly, as wp dash-agent connect does: POST /wp-json/sumotori-dash/v1/pair {"endpoint": "https://your-dashboard.example/api/ingest", "secret": "…"} Send one form or the other, never both. The endpoint must be an https URL and the secret 16 to 512 printable characters with no space. Both forms require the manage_options capability (manage_network_options on a multisite network) — exactly the capability the settings screen already requires. The route therefore grants its caller nothing they could not already do by hand in wp-admin; anyone else gets a 403. A site that is already paired answers 409 and keeps its current link, unless the body also carries "force": true. The answer to a successful call is: {"paired": true, "endpoint": "…", "paired_at": "…", "site_url": "…", "agent_version": "…", "message": "…"} The shared secret is never returned, never logged, and never quoted in an error message. An invalid body gives a 400, a dashboard that cannot be reached or
Finally, DELETE /wp-json/sumotori-dash/v1/pair, with the same capability, clears the link: it is the REST equivalent of the "Disconnect this site" button, so a dashboard can withdraw cleanly from a site it no longer manages.
No. Both inventory routes (/inventory and /sites) are read-only: they write no option, schedule no task, execute no command, and include no file whose path would come from the request. The only route that writes anything is /pair, and all it ever writes is the link itself — the dashboard endpoint and the shared secret, the same single option the settings screen saves. It is reserved to administrators of the site, and it touches nothing else.
Yes. The link is unique for the whole network and is configured from the network administration (manage_network_options capability). The inventory can target any sub-site through the blog_id parameter.

Sign In / Register

You need to sign in or register to use this feature.