# Madness > Madness is a team creative workspace for generating and shipping visual work — images, video, audio, and copy — with every model behind one gateway, shared team credits, and per-member spend limits. Madness exposes an API for AI agents via the Agent Auth protocol. An agent registers, the user approves it, and the agent then calls scoped capabilities using short-lived signed JWTs — there are no API keys to manage. Read capabilities are granted on approval; write capabilities are request-only and require an explicit, freshly-authenticated approval. ## For AI agents - [Agent configuration (discovery document)](https://madness.so/.well-known/agent-configuration): Machine-readable Agent Auth provider metadata — supported modes, approval methods, and the authoritative list of capabilities with their endpoints. Start here. - [Agent Auth protocol](https://agentauthprotocol.com/): The open standard Madness implements for agent discovery, registration, approval, and capability execution. Provider: Madness · Mode: delegated · Auth: Agent Auth (short-lived signed JWTs) Read capabilities (granted on approval; see the discovery document for the authoritative schema): - whoami — the current agent's user id - get_credit_balance — available credit balance, in cents - list_projects — projects in the user's active organization - get_project — a single project by id - list_assets — images and videos in the active organization, newest first - search_assets — natural-language vision search over the user's assets - get_asset — a single image or video by id Write capabilities (request-only; each requires an explicit, fresh-session approval): - rename_project — rename a project - set_project_description — set or clear a project's description - set_project_instructions — set a project's instructions - rename_chat — rename a chat ## Account - [Register](https://madness.so/register): Create a Madness account — required before an agent can act on your behalf. - [Sign in](https://madness.so/login) ## Legal - [Terms](https://madness.so/legal/terms) - [Privacy](https://madness.so/legal/privacy)