# Gravity AI UI Webhooks

Webhooks are not currently supported by Gravity AI UI.

The current public product is an interactive generator, public gallery, OpenAPI document, and Streamable HTTP MCP server. Agents should poll the direct API or MCP responses instead of registering webhook callbacks.

Related API docs: https://gravity-ai.ydb-qdrant.tech/developers.md

## Future webhook model

- Events would cover gallery publication and long-running generation completion.
- Payloads would be signed with HMAC-SHA256.
- Delivery retries would use exponential backoff and structured JSON error responses.