# Boards Boards are a place to pin and save useful queries and graphs you want to retain for later reuse and reference. This API allows you to list, create, update, and delete Boards. ## Create a Board - [POST /1/boards](https://api-docs.honeycomb.io/api/boards/createboard.md): Create a Board comprised of one or more Queries. ## List All Boards - [GET /1/boards](https://api-docs.honeycomb.io/api/boards/listboards.md): Retrieves a list of all non-secret Boards within an environment. : For Honeycomb Classic users, all boards within Classic will be returned. ## Get a Board - [GET /1/boards/{boardId}](https://api-docs.honeycomb.io/api/boards/getboard.md): Get a single Board by ID. ## Update a Board - [PUT /1/boards/{boardId}](https://api-docs.honeycomb.io/api/boards/updateboard.md): Update a Board by specifying its ID and full details. : Queries can be added to, removed from, and re-ordered by updating the board itself. It is not possible to reference individual queries via the API. ## Delete a Board - [DELETE /1/boards/{boardId}](https://api-docs.honeycomb.io/api/boards/deleteboard.md): Delete a public Board by specifying its ID.