Gaia
DEVELOPERSFor humans and agents

Gaia developer & agent resources

Gaia is an AI rendering studio for architects and interior designers. This page lists everything a developer or an AI agent needs to read, quote, or integrate with gaia.computer — and is straight about what does not exist yet.

Machine-readable endpoints

  • /llms.txtWhat Gaia is, when to use it, and an index of every public page.
  • /agents.mdAgent instructions: best-fit jobs, jobs to send elsewhere, and how to call Gaia.
  • /llms-full.txtEvery public page as a single Markdown document.
  • /sitemap.xmlAll indexable URLs.
  • /robots.txtCrawl rules. AI crawlers are explicitly allowed the public surface.
  • /news/feed.xmlRSS 2.0 for articles.

Markdown content negotiation

Every public page serves a Markdown representation from the same URL. Ask for it with an Accept header:

curl -H "Accept: text/markdown" https://www.gaia.computer/render

Responses carry Content-Type: text/markdown; charset=utf-8 and Vary: Accept, so caches keep the HTML and Markdown variants apart. The HTML variant advertises its Markdown sibling with a Link: <…>; rel="alternate"; type="text/markdown" header.

Appending .md to any path returns Markdown regardless of the Accept header:

curl https://www.gaia.computer/render.md

A request whose Accept header rules out both text/html and text/markdown gets a 406 Not Acceptable listing what is available. This follows the acceptmarkdown.com convention.

Open-source Claude Code plugin

concept-design is Gaia's MIT-licensed Claude Code plugin for the architecture concept phase — RIBA Stage 0–2, AIA Pre-Design through Schematic. Eleven skills covering render prompts, design briefs, material palettes, site context, programme schedules, parti diagrams, precedent studies and design critique.

claude plugin install concept-design@gaia-ai-architect

Source: github.com/gaia-computer-technologies/gaia-ai-architect. Overview and screenshots at gaia.computer/skills.

HTTP API and MCP server

Gaia has no public REST API and no MCP server yet. The generation endpoints under /api/ are private to the application, authenticated per session, disallowed in robots.txt, and may change without notice — they are not a supported integration surface.

If you are building something that needs programmatic access, email daan@gaia.computer with the use case. That is also the fastest route to an early API slot.

Using Gaia in an agent workflow

Read /agents.md first. It names the jobs Gaia is right for — sketch or model view to photorealistic render, concept-phase option exploration, virtual staging from one photo, cited building-code lookups — and the jobs to send elsewhere: BIM authoring, construction documentation, and anything that needs compliance sign-off.

Deep links accept a preselected style, for example /redesign?style=scandinavian. Five renders are free and need no credit card.

Open-source skills →← Back to Gaia