llms.txt Content
# Ormi Docs
## Docs
- [Access controls & Roles](https://ormilabs.com/docs/access-controls-and-roles/rbac.md): Learn about each role and how access controls work on Ormi
- [0xAPI reference](https://ormilabs.com/docs/api-reference/0xAPI/overview.md)
- [CLI reference](https://ormilabs.com/docs/api-reference/0xGraph/cli/reference.md): A detailed list of commands for The Graph CLI, including their purposes, use cases, and examples.
- [0xGraph API reference](https://ormilabs.com/docs/api-reference/0xGraph/overview.md)
- [Get Blocks](https://ormilabs.com/docs/api-reference/blocks/get-blocks.md): Retrieves a paginated list of the most recent blocks on the blockchain.
- [Lookup Block By Number](https://ormilabs.com/docs/api-reference/blocks/lookup-block-by-number.md): Retrieves the full details of a specific block, identified by its block number or the "latest" tag.
- [Lookup Block By Timestamp](https://ormilabs.com/docs/api-reference/blocks/lookup-block-by-timestamp.md): Finds and retrieves the details of the closest block to a given timestamp. The lookup can be directed to find the block immediately before or after the specified time.
- [Create tag](https://ormilabs.com/docs/api-reference/create-tag.md): Create a new tag for a subgraph version
- [Delete tag](https://ormilabs.com/docs/api-reference/delete-tag.md): Delete an existing tag from a subgraph
- [Get Events](https://ormilabs.com/docs/api-reference/events/get-events.md): Fetches a paginated list of smart contract event logs. Can be filtered by contract address and event signatures (topic0).
- [Get NFT Collection Traits](https://ormilabs.com/docs/api-reference/nfts/get-nft-collection-traits.md): Retrieves a list of all trait types and their values for a specific NFT collection.
- [Get NFTs By Collection](https://ormilabs.com/docs/api-reference/nfts/get-nfts-by-collection.md): Fetches a paginated list of all NFTs that belong to a specific collection contract address.
- [Lookup NFT By Token ID](https://ormilabs.com/d