Flyte API Playground: Swagger#
Flyte services expose gRPC services for efficient/low latency communication across all services as well as for external clients (FlyteCTL, FlyteConsole, Flytekit Remote, etc.).
The service definitions are defined here. FlyteIDL also houses open API schema definitions for the exposed services:
To view the UI, run the following command:
flytectl demo start
Once sandbox setup is complete, a ready-to-explore message is shown:
👨💻 Flyte is ready! Flyte UI is available at http://localhost:30081/console 🚀 🚀 🎉
Visit http://localhost:30080/api/v1/openapi
to view the swagger documentation of the payload fields.