# 3D-tulostuksen avoimet projektit

> Viikoittain koottu katsaus uusiin avoimen lähdekoodin 3D-tulostusprojekteihin. Agentti hakee ne joka maanantaiaamu ja kirjoittaa lyhyet kuvaukset, appi näyttää arkiston erä kerrallaan haulla ja aihesuodatuksella. 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: 3d-tulostus.html        (not "3d-tulostus")

aimeat_app_tools_get   { owner: "happydude500001", app_id: "3d-tulostus.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/3d-tulostus.html/webmcp`

## Usage

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

This app publishes no priced tools.

## What this app does

3D-tulostus · avoin lähdekoodi

Ladataan…

Uusin viikkokatsaus

0

–

Arkistossa

0 projektia

0 viikkoa

Kaikki aiheet

## Arkisto on vielä tyhjä

Agentti `oss-3dprint-viikko` ajaa maanantaiaamuisin klo 8. Se hakee viikon aikana ilmestyneet avoimen lähdekoodin 3D-tulostusprojektit, kirjoittaa niistä lyhyet kuvaukset ja tallentaa erän tähän arkistoon.

Tämä sivu täyttyy itsestään heti ensimmäisen ajon jälkeen. Sinun ei tarvitse tehdä mitään.

Arkiston osoite: muistiavaimet `oss3d.*`

Projektien kuvaukset on koonnut tekoälyagentti verkkolähteistä. Linkki vie aina alkuperäiseen projektiin.

Päivittyy viikoittain agentin ajolla

> **AI provenance** — AI-generated (anthropic/claude-opus-5), no human editorial review, 2026-08-16T16:32:14.552Z · record: https://aimeat.io/v1/provenance/2268e4d5-1ba4-486a-81ed-0e2074b52404


## Agent affordances

- Act — WebMCP tool listing for this app: https://aimeat.io/v1/apps/happydude500001/3d-tulostus.html/webmcp
- Learn — skills bound to this app: https://aimeat.io/v1/apps/happydude500001/3d-tulostus.html/skills
- App catalog on this node (this app: happydude500001/3d-tulostus.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://3d-tulostus.apps.aimeat.io/llms.txt) · [Site map](https://3d-tulostus.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)
