---
type: "Agent"
title: "Agent — a signed, scoped actor"
description: "An autonomous actor with a signed identity (passport/DID), a scoped key, and powers that are a strict subset of its sponsoring human's."
resource: "/.well-known/agents.json"
tags: ["identity", "prove"]
timestamp: "2026-06-25"
---

An Agent acts via MCP/REST under a scoped key. Its identity is provable and its authority is bounded.

# Schema
- `did` — decentralized identifier (signed)
- `scopes` — string[] (e.g. tasks:read, tasks:write)
- `sponsor` — the human whose authority the agent is a subset of
- `constitution` — the [Constitution](/knowledge/okf/constitution.md) it operates under

# Citations
Capabilities: [/.well-known/agents.json](/.well-known/agents.json). Identity: [agent credential](/uaid-kernel/), [passport](/passport-kernel/), [KYA screen](/kya-kernel/). Authority bound: [authority kernel](/authority-kernel/) (agent ⊆ its human). Signing: ES256, [JWKS](/.well-known/flowdesk-signing-key.json).
