# Admin Panel

> Admin Panel -- Complete digital signage system for buildings — kiosk display, admin panel, announcements, rotated views (image/HTML/URL), layout modes, and AI content management. 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:  kkk
    app_id: digital-signage-kkk-40ec148d-app-admin        (not "digital-signage-kkk-40ec148d-app-admin")

aimeat_app_tools_get   { owner: "kkk", app_id: "digital-signage-kkk-40ec148d-app-admin" }
```

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/kkk/digital-signage-kkk-40ec148d-app-admin/webmcp`

## Usage

```
aimeat_app_tool_invoke {
  owner: "kkk",
  app:   "digital-signage-kkk-40ec148d-app-admin",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

# Digital Signage Admin

Announcements
Rotated Views
Settings

## Announcements

Title

Body

Priority Normal Urgent Emergency

Add Announcement

## Rotated Views

Name

Content Type

Image
HTML + JS + CSS
Webpage (URL)

Weight (1-10)

Add View
Cancel

## Display Settings

Building Name

Rotate views automatically
When off, only the first active view is shown

Rotation Speed (seconds) How many seconds each view is shown before switching to the next

Layout

⬜

Fullscreen

Views only

▭

Header + Views

Name, clock, views

▦

Full

Header, views, sidebar

Theme
Dark Light

Accent Color

Header & sidebar background color

Save Settings

## Agent affordances

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