v1.3.0 — One-line agent install
Released 2026-06-12 · commit pending merge
Highlights
- One-line agent install — a hosted, REST-first skill file you drop into any agent with a single
curl. - Agent connect strip on the homepage — the install one-liner and a setup prompt, copyable, above the fold.
- One-question setup — the setup prompt now asks when to publish and remembers your choice.
What's new
One-line agent install
A hosted, REST-first skill file lives at dropfast.dev/dropfast.SKILL.md.
Drop it into any agent's skill directory with a single curl and it publishes
over the plain REST API — no MCP server, no install package. It's advertised
in /llms.txt so agents can discover it.
Agent connect strip on the homepage
The install one-liner and a paste-once setup prompt — both copyable — are now
promoted above the fold on the homepage so agents can wire up in seconds. A
highlighted "Connect" link sits above the fold on both the homepage and
/for-agents. The setup prompt ends by asking when to publish to DropFast
(every artifact / only shareable deliverables / only when asked) and remembers
the choice.
Improvements
- Agent docs lead with the contract up front: "one POST to publish, one stable URL to share, one PUT to update in place." The homepage "how it works" headline is time-boxed to "Live in 30 seconds."
- The
/for-agentsinstall path now shows the real hosted-skill one-liner.
Fixes
- Removed marketing copy advertising an unpublished
pip install dropfast-pythonpackage on/for-agents. - Corrected "unique subdomain" wording on the homepage to "unique, shareable URL" to match the path-based URL model.
Edit this page on GitHub