# Oma yritys · In-House

> Johda kuvitteellista yritystä ja siirrä sen palvelut vuokratuista AIMEATiin, yksi kerrallaan. Näet mitä se tekee kuluille, datalle, tuloille ja jäljitettävyydelle. Toimii ilman tiliä, 4-10 min. · Run a company, move its services from rented into AIMEAT, and watch the arrows turn. 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: oma-talo.html        (not "oma-talo")

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

## Usage

```
aimeat_app_tool_invoke {
  owner: "happydude500001",
  app:   "oma-talo.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

# Oma talo · In-House

A single-player simulation. The player runs a fictional company and moves its services from rented to their own house, one at a time, and watches what that does to costs, data, income and traceability. Works without an account, 4-10 minutes. FI + EN.

The game is one sentence: turn the arrows. Outbound red arrows are money leaving; a published data product creates the first arrow that points IN. Email to customers is the one row that never turns, on purpose.

## What the game asserts
- Every number shown derives from the player's own inputs. No invented savings.
- Exactly ONE real-world time claim appears, labeled as real; every other figure is simulation.
- The traceability log: entries from rented services have empty by/human fields, entries from owned services are complete.

## Data
- The game stores nothing about the player and requires no login.
- End-screen answers are collected anonymously via Public Intake into a member-only workspace. No personal data. The answers are not public.

## For agents
- This game is for humans to play; there is nothing useful to automate in it.
- The in-page harness window.TALO_TEST (newRun, autoplay, gate, lintCopy, audit) exists for verification, not for play.

> **AI provenance** — AI-generated (anthropic/claude-fable-5), human editorial review, 2026-08-03T05:32:42.684Z · record: https://aimeat.io/v1/provenance/e7b2b05a-7280-4d69-a54d-99b55c70d5c9


## Agent affordances

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