Request lifecycle
Every request to the Worlds API passes through a standardized lifecycle to ensure security, consistency, and efficient graph operations.Authorization
For secured endpoints, the server verifies the
Authorization: Bearer token.
See the Authentication guide for
details.Validation
Input data, including body and query parameters, is validated against strict
schemas to ensure type-safety and data integrity.
Execution
The server performs the requested operation. For world-specific requests, it
automatically resolves and interacts with the correct knowledge graph
instance.