Get a Quote

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-catalog publishes the linkset catalog for automated API discovery.
  • /.well-known/agent-skills/index.json publishes agent skills metadata and integrity digests.
  • /.well-known/mcp/server-card.json publishes the public MCP server card.
  • /openapi.json publishes 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_services
  • get_service_details
  • list_featured_projects
  • get_company_contact

Transport: streamable-http at /mcp. This server is public and does not currently require OAuth or OIDC authentication.