# AIMEAT Pages

> Notion-style browser and editor for your organisms - workspaces, documents and records with drafts, publish, card wall, fuzzy search, rich markdown (code highlighting, Mermaid), AI, print to PDF and public sharing (link / password / signed-in) with shared indicators. 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: aimeat-pages.html        (not "aimeat-pages")

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

## Usage

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

This app publishes no priced tools.

## What this app does

☰
📑 AIMEAT Pages
🔍 Search Ctrl K
🔍

✨ Ask

Loading…

close

### ✨ Ask this organism

Ask a question — answers are grounded in the current workspace content.

Ask

close

### New page

Space

Title

Cancel
Create draft

close

### 🧩 Live data block

Embed a memory key — the document shows its current value on every open.

Insert an existing key

…or create one with your AI

Copy this prompt to an AI connected to your AIMEAT node (MCP). It interviews you about the data, writes the memory entry under your account, and hands back a ready block to paste into this document.

📋 Copy living-data prompt

close

### 🔗 Share

Loading…

close

[⚡ aimeat.io · Publish your own app — free](https://aimeat.io/)

## Agent affordances

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