BotCreds Agent Artifacts
by Joe Boydston 1 (0 reviews)

BotCreds Agent Artifacts

Deploy self-contained HTML/CSS/JS apps to WordPress via REST API. One call from any AI agent or CI pipeline — plugin handles the rest.

BotCreds Agent Artifacts ranks #56,028 among WordPress.org plugins with 1+ active installations, a 1/5 rating from 0 reviews, and was last updated Jun 19, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.3.6 Current Version v1.3.6
Updated 3 months ago Last Update on 19 Jun, 2026
Refreshed 9 hours ago Last Refreshed on
View on WordPress.org
Rank
#56,028
No change
Active Installs
1+
-87.5%
KW Avg Position
14
No change
Downloads
189
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 20%
0+ 10+
55,328
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 8 more installs to reach 10+

Rank Changes

49,340 54,720 60,101 65,482 70,862 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
49,340 54,720 60,101 65,482 70,862 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 23-09-2026
Current #56,028
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 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 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 23-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

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.3.6
Last Updated
Jun 19, 2026
Requires WP
6.0+
Tested Up To
7
PHP Version
7.4 or higher
Author
Joe Boydston

Support & Rating

Rating
★ ☆ ☆ ☆ ☆ 1
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about BotCreds Agent Artifacts

Yes. Any HTTP client that can POST JSON with Basic Auth (username + Application Password) works. No SDK or special library required. curl, Python's urllib, Node's fetch — anything goes.
Artifact pages are served with a Content Security Policy that blocks external script injection and cross-origin fetch/XHR by default. The CSP is filterable (botcreds_agent_artifacts_csp) for custom use cases, and per-artifact API origins can be declared via the artifact:fetch pragma or the artifact_connect_src meta field.
The following CDNs are in the default script-src allowlist: cdn.jsdelivr.net, unpkg.com, cdnjs.cloudflare.com, esm.sh, cdn.skypack.dev. External modules loaded from these CDNs work in artifact HTML without any additional configuration.
Two options: Option 1 — HTML pragma (recommended): Add a comment to your submitted HTML: The plugin strips the comment from output and adds the origin to connect-src. Option 2 — Deploy-time meta field: Pass artifact_connect_src as an array: "meta": { "artifact_connect_src": ["https://api.example.com"] } Both options accept only https:// origins. No wildcards, no http://.
POST to /wp-json/wp/v2/artifacts/{id} with the same fields. The existing asset files are cleared, new files are written, and the public URL (/artifacts/{slug}/) does not change.
The plugin allows a superset of wp_kses_allowed_html('post') including <canvas>, <svg>, <path>, <input>, <button>, <select>, <option>, <label>, <video>, and <audio> with their common attributes. data-* attributes are allowed on interactive elements. Additional tags and attributes can be added via the botcreds_agent_artifacts_allowed_html filter.
Only Administrators by default. To grant access to additional roles: botcreds_agent_artifacts_grant_to_role( 'editor' );
Yes. Place single-artifact.php in your active theme and it takes precedence over the plugin's default template. The plugin template is used as a fallback.
Yes. Artifacts created before v1.0 (stored as raw HTML) are still rendered via a legacy fallback path. No migration needed.
Use the botcreds_agent_artifacts_csp filter: add_filter( 'botcreds_agent_artifacts_csp', function( $csp, $post_id ) { return $csp . "; worker-src 'self'"; }, 10, 2 );

Sign In / Register

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