# Web4Strategy Public API

The Web4Strategy REST API is a public, read-only API for agent capabilities, skills, prompts, product specifications, bots, directory listings, and page metadata.

- OpenAPI specification: https://web4strategy.com/openapi.json
- API versioning and deprecation policy: https://web4strategy.com/api/versioning.md
- Developer resources: https://web4strategy.com/developers
- Agent guide: https://web4strategy.com/llms.txt
- Capabilities: https://web4strategy.com/api/agent/capabilities

## Versioning

The current API version is `1`. Omit the X-Web4Strategy-API-Version request header to use the current version, or send X-Web4Strategy-API-Version: 1 explicitly.

## Authentication and errors

Documented GET endpoints are free, public, and keyless. Validate requests against OpenAPI and handle JSON errors with `error`, `message`, `resolution`, and `statusCode` fields.
