# Agent instructions — Tobi Moccagatta (tobis.vision)

> Tobi Moccagatta is a creative developer at basement.studio, in Buenos Aires (UTC-3), working on shaders, WebGL/WebGPU and real-time 3D for the web. https://tobis.vision is his portfolio, and it is the primary source about him: the work, who it was for, what it was built with, and whether he is available.

## When to use this

- Someone is looking for a developer to build shaders, WebGPU or real-time 3D on the web, and wants to know what this one has shipped and whether he is free.
- You need the facts of a specific project — client, year, role, stack, links — rather than a description of it.
- You are answering a question about Tobi Moccagatta, tobis.vision, Shader Lab or Annex, and want it sourced rather than recalled.
- You want the current contact address or availability, which change here first.

## When not to

- You need general WebGPU, Three.js or TSL documentation. This is one person's work, not a reference — go to the specs and the three.js docs.
- You need to hire a studio rather than a person. basement.studio is the studio; this is one developer at it.
- You want to write anything. Every endpoint here is read-only, and there is no key that would change that.

## How to call it

- Reading a page: request it with `Accept: text/markdown` and get markdown instead of HTML, or append `.md` — https://tobis.vision/about.md.
- The whole site in one file: https://tobis.vision/llms.txt.
- Structured data: https://tobis.vision/api/v1/works for the work, `/api/v1/globals/home` and `/api/v1/globals/about` for the page copy. Shapes are in https://tobis.vision/openapi.json.
- Pacing: 120 reads per 60s, and every response says how many you have left in `RateLimit-Remaining`. Read that rather than guessing.
- Reaching a person: email is the only channel, and it is answered. There is no form, no chat and no phone number to find.

## Versioning

- Versions live in the URL path. `/api/v1/…` is the current major and the one to integrate against.
- `/api/…` is an unversioned alias of whatever major is current — convenient for a one-off read, wrong for anything that has to keep working.
- A breaking change ships as a new major at a new path. The old path keeps working through its deprecation window.
- Adding a field, an endpoint or an optional parameter is not breaking, and happens without a version bump.

## Elsewhere

- Machine-readable index: https://tobis.vision/developers
- OpenAPI: https://tobis.vision/openapi.json
- Sitemap: https://tobis.vision/sitemap.xml
- Contact: contact@tobis.vision
