Loading...
Loading...
Publish files and folders to the web instantly. Use when asked to "publish this", "host this", "deploy this", "share this on the web", "make a website", or "put this online". Outputs a live URL at <slug>.here.now.
npx skill4agent add heredotnow/skill here-nowcurl -s https://here.now/api/skill/versionversioncurl -s https://here.now/skill.md./scripts/publish.sh <file-or-dir>https://bright-canvas-a7k2.here.now/--api-key$HERENOW_API_KEY./scripts/publish.sh <file-or-dir> --slug <slug>claimToken.herenow/state.json--claim-token <token>--api-key$HERENOW_API_KEY.herenow/state.json{
"publishes": {
"bright-canvas-a7k2": {
"siteUrl": "https://bright-canvas-a7k2.here.now/",
"claimToken": "abc123",
"claimUrl": "https://here.now/claim?slug=bright-canvas-a7k2&token=abc123",
"expiresAt": "2026-02-18T01:00:00.000Z"
}
}
}--slugsiteUrlclaimUrl| Anonymous | Authenticated | |
|---|---|---|
| Max file size | 250 MB | 5 GB |
| Expiry | 24 hours | Permanent (or custom TTL) |
| Rate limit | 5 / hour / IP | Unlimited |
| Account needed | No | Yes (get key at here.now) |
curl -sS https://here.now/api/auth/login \
-H "content-type: application/json" \
-d '{"email": "user@example.com"}'--api-key$HERENOW_API_KEY| Flag | Description |
|---|---|
| API key (or set |
| Update existing publish instead of creating |
| Override claim token for anonymous updates |
| Viewer title (non-site publishes) |
| Viewer description |
| Set expiry (authenticated only) |
| API base URL (default: |