API Reference
Hanzo Functions API
Org-scoped serverless functions on the unified cloud binary — the
Org-scoped serverless functions on the unified cloud binary — the
Hanzo Functions API · Guide & examples → · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 11 |
| Guide | Hanzo Functions API guide |
Authentication
bearerAuth— HTTP bearer
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Functions
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/functions | List functions |
POST | /v1/functions | Create a function |
GET | /v1/functions/triggers | List triggers across functions |
GET | /v1/functions/deployments | List deployed functions |
GET | /v1/functions/secrets | List function secrets (names only) |
GET | /v1/functions/{name} | Get a function (with triggers, recent invocations, secrets) |
DELETE | /v1/functions/{name} | Delete a function |
GET | /v1/functions/{name}/invocations | List a function's invocations |
GET | /v1/functions/{name}/logs | Get the latest invocation logs |
POST | /v1/functions/{name}/invoke | Invoke a function (metered compute) |
Metrics
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/functions/metrics | Invocation histogram + status breakdown |
How is this guide?