diff --git a/README.md b/README.md index b91ff03..175442c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WAVE API specification -OpenAPI 3.1 specification for the WAVE enterprise streaming platform APIs. +WAVE is media infrastructure for the agentic internet: one call shape moves live and on-demand media across every transport, and both kinds of user, people and agents, discover it, call it, and pay for it per call. This repository is the OpenAPI 3.1 specification for that call shape. ## Overview diff --git a/package.json b/package.json index 59854a2..5fcf127 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "type": "module", - "description": "WAVE Enterprise Streaming Platform API specification — openapi.yaml plus the tooling that validates it and generates SDK types from it.", + "description": "OpenAPI 3.1 specification for WAVE, media infrastructure for the agentic internet: openapi.yaml plus the tooling that validates it and generates SDK types from it.", "scripts": { "lint": "redocly lint openapi.yaml", "gen:types": "openapi-typescript openapi.yaml -o generated/api-types.d.ts"