Public API and Agent Discovery
Reference documentation for ArchViz Now’s public REST endpoints, discovery metadata, and MCP server.
Overview
ArchViz Now exposes a small public API surface for inquiries, downloads, public status checks, and agent discovery.
The REST API is documented in OpenAPI format, the API catalog is published at
/.well-known/api-catalog, and the public MCP server is available at
/mcp.
REST API
POST /api/contact
Creates a new sales inquiry. Required fields: name, email, and message.
GET /api/download/{file}
Returns a redirect to a presigned file download for approved file types.
GET /api/status
Returns a lightweight public status payload for health checks and discovery tools.
Discovery Endpoints
/.well-known/api-catalogpublishes the linkset catalog for automated API discovery./.well-known/agent-skills/index.jsonpublishes agent skills metadata and integrity digests./.well-known/mcp/server-card.jsonpublishes the public MCP server card./openapi.jsonpublishes the OpenAPI document for the REST surface.
MCP Server
The public MCP server is read-only and intended for discovery workflows. It currently exposes tools for listing services, fetching a specific service page summary, reviewing featured portfolio projects, and reading public contact options.
list_servicesget_service_detailslist_featured_projectsget_company_contact
Transport: streamable-http at /mcp. This server is public and does not currently require
OAuth or OIDC authentication.