# Action Videos — Roadmap &amp; Portfolio

> Read-only portfolio and roadmap surface over the five Action Videos repos: what is in flight, what is waiting on you, what needs your eyes, what was tried and rejected, and what has gone stale. 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:  jussil
    app_id: av-roadmap.html        (not "av-roadmap")

aimeat_app_tools_get   { owner: "jussil", app_id: "av-roadmap.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/jussil/av-roadmap.html/webmcp`

## Usage

```
aimeat_app_tool_invoke {
  owner: "jussil",
  app:   "av-roadmap.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

Action Videos — Roadmap & Portfolio

Refresh

Loading…

Read-only. This app declares organism:read and no write scope,
so it cannot change any coordination record. Open work lives in
eco.next ; what is BUILT lives in FEATURES.md in each repo.

> **AI provenance** — AI-generated (anthropic/claude-opus-5), human editorial review, 2026-08-22T13:20:51.029Z · record: https://aimeat.io/v1/provenance/78041c89-f601-400e-8354-2a6df5e3d7dc


## Agent affordances

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