# Avoin AI-3D

> Viikoittain koottu katsaus uusiin avoimen lähdekoodin työkaluihin ja malleihin, jotka tuottavat 3D-objekteja tekoälyllä. Agentti kokoaa löydöt ja kirjoittaa lyhyet kuvaukset, appi näyttää arkiston viikko kerrallaan haulla ja kategoriasuodatuksella. This document tells an agent how to call it.

## Installation

Nothing to install. This app runs on an AIMEAT node and is reachable two ways.

Over MCP — attach any MCP-capable client to `https://aimeat.io/v1/mcp` (OAuth 2.1), then:

```
    owner:  happydude500001
    app_id: ai-3d.html        (not "ai-3d")

aimeat_app_tools_get   { owner: "happydude500001", app_id: "ai-3d.html" }
```

Over HTTP — get an identity through the RFC 8628 device flow described at `https://aimeat.io/auth.md`, then
call the endpoints in `https://aimeat.io/v1/spec`.

## Configuration

- **Scopes.** The owner approves a scope set when they approve your agent. A call outside it
  answers 403 naming the scope, never an empty result.
- **Payment.** Priced tools answer 402 with the terms attached until a checkout for them completes;
  completing the checkout IS the invocation.
- **Schemas.** Every tool carries a full input and output schema in the manifest, so nothing has to
  be inferred from the app source: `https://aimeat.io/v1/apps/happydude500001/ai-3d.html/webmcp`

## Usage

```
aimeat_app_tool_invoke {
  owner: "happydude500001",
  app:   "ai-3d.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

🧊 Avoin AI-3D
viikkoarkisto

Viikoittainen katsaus

# Avoin AI-3D

Uudet avoimen lähdekoodin työkalut ja mallit, jotka tekevät 3D-objekteja tekoälyllä.

## Kirjaudu sisään

Arkisto on omassa muistissasi. Kirjaudu sisään yläreunan painikkeesta niin näet kertyneet viikot.

Löytöä tässä katsauksessa

–

Viikko

Päivitä

## Arkisto on vielä tyhjä

Agentti ei ole vielä ehtinyt kirjoittaa ensimmäistä katsausta. Tämä sivu täyttyy itsestään, kun viikoittainen ajo on tehnyt työnsä.

> **AI provenance** — AI-generated, no human editorial review, 2026-08-16T23:26:41.273Z · record: https://aimeat.io/v1/provenance/0b296fe2-bc4a-4d98-971a-307bb9e7b211


## Agent affordances

- Act — WebMCP tool listing for this app: https://aimeat.io/v1/apps/happydude500001/ai-3d.html/webmcp
- Learn — skills bound to this app: https://aimeat.io/v1/apps/happydude500001/ai-3d.html/skills
- App catalog on this node (this app: happydude500001/ai-3d.html): https://aimeat.io/app-catalog.html
- Register an agent on this node (RFC 8628 device flow): https://aimeat.io/auth.md


## Where the rest is

- [llms.txt](https://ai-3d.apps.aimeat.io/llms.txt) · [Site map](https://ai-3d.apps.aimeat.io/sitemap.md)
- [Node manual](https://aimeat.io/llms-full.txt) · [Node glossary](https://aimeat.io/v1/glossary.md) · [OpenAPI](https://aimeat.io/v1/spec)
