# AIMEAT Cortex Library Showroom

> Live demo of every bundled AIMEAT cortex UI component — forms, dialogs, viewers, nav, layout, charts, canvas, i18n — on self-hosted Tailwind + daisyUI (theme bridge included). 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: cortex-showroom.html        (not "cortex-showroom")

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

## Usage

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

This app publishes no priced tools.

## What this app does

AIME ♥ AT
Cortex Library Showroom

self-hosted Tailwind + daisyUI
Toggle theme

## daisyUI chrome Tailwind v4 + daisyUI 5 (self-hosted)

Styled chrome below ⇒ vendored Tailwind + daisyUI loaded from `/lib/`.

Primary
Secondary
Accent
Outline
badge
ok
warn

## Cortex libraries loaded …

## aimeat-ui-forms 7 components

## aimeat-i18n new · AIMEAT.i18n

## aimeat-ui-dialogs 6 components

## aimeat-ui-viewers 6 components

## aimeat-ui-nav 5 components

## aimeat-ui-layout 10 components

## aimeat-charts self-hosted Chart.js

## aimeat-canvas DrawingCanvas

AIMEAT Cortex Library Showroom — vendored Tailwind v4 · daisyUI 5 · Chart.js 4

## Agent affordances

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