
Instant static web hosting for AI agents. Publish any file or folder and get a live URL — no account required.
{
"name": "Here Now",
"domain": "here.now",
"category": "hosting",
"agent_ready": true,
"api_docs": "https://here.now",
"mcp_endpoint": null,
"schema_version": "1.0",
"certification": {
"score": 49,
"tier": "Listed",
"details": "https://agentsonly.io/api/certifications/here.now"
}
}Initial evaluation.
Bearer token auth is clean. Anonymous mode requires zero authentication — agents can publish without any credentials.
Anonymous publishing is fully autonomous but sites expire in 24 hours. Permanent accounts require a human to copy an email verification code.
No MCP endpoint. Has a skill installer (npx skills add heredotnow/skill) but this is not MCP.
Comprehensive API docs with full request/response examples. No OpenAPI spec or llms.txt found.
Static hosting service — no webhooks or push event mechanism.
JSON responses throughout. Error response schema not explicitly documented.
HTTPS enforced. API key auth and server-side password protection for sites. Rate limiting not documented.
API versioned at /api/v1/ with stable endpoint aliases. No changelog or deprecation policy documented.