# CADENCE

> Mobile-first CRM on AIMEAT: tap to dial, dictate notes by voice, set the next follow-up. A contact, a company OR a deal carries a full LOG — typed notes, dictated notes and whole meeting transcripts — an OBJECTIVE saying what it is for (general, per company, per deal or per contact; the most specific wins), and INSIGHTS that read the log against that objective and keep every earlier read. A company reads across everyone in it; a deal reads the case as a whole. Generate an insight with your own AI budget or copy the same prompt into any chat. Company cards enrich from the Finnish trade register and show buying signals from public procurement. One named public form per event, per-member notification routing, HubSpot CSV import, SSE live-refetch, bilingual handbook. 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: cadence.html        (not "cadence")

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

## Usage

```
aimeat_app_tool_invoke {
  owner: "happydude500001",
  app:   "cadence.html",
  tool:  "scanFollowups",
  input: { ... }
}
```

Available tools: `scanFollowups`, `pipelineHealth`, `mapImport`, `dedupeRecords`.

## What this app does

CADENCE CRM

[Ohje](https://cadence-help.apps.aimeat.io/)

CADENCE

## Kirjaudu sisään

CADENCE on CRM AIMEATin päällä. Kirjaudu nähdäksesi kontaktit, yritykset ja diilit.

> **AI provenance** — AI-assisted (anthropic/claude-opus-5), human editorial review, 2026-08-13T14:27:47.802Z · record: https://aimeat.io/v1/provenance/a2c0fd9e-a907-49ed-8c12-98f493f07f82


## Agent affordances

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