poly-pizza-api
Installation
SKILL.md
Poly Pizza API v1.1
Poly Pizza (https://poly.pizza) hosts 10,000+ free low-poly CC0 and CC-BY 3D models. The API lets agents search, filter, and download them programmatically.
Authentication
All requests require an API key obtained from https://poly.pizza/settings/api (requires
a free account). In this environment, the key is available as the POLY_PIZZA_KEY
environment variable. Pass it as a header:
X-Auth-Token: <your_api_key>
The key must be present on every request. There is no OAuth flow — it's a static token.