.. _reference-swagger: ############################# Flyte API Playground: Swagger ############################# .. tags:: Basic 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: - `Admin `__ - `Auth `__ - `Identity `__ To view the UI, run the following command: .. prompt:: bash $ flytectl demo start Once sandbox setup is complete, a ready-to-explore message is shown: .. prompt:: 👨‍💻 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.