### Bruno Collection Layout Source: https://github.com/magicmarkh/idira_bruno_collection/blob/main/README.md Illustrates the directory structure for the Idira API collection in Bruno. Key files include environment variables, product-specific API collections, and individual request definitions. ```plaintext Idira/ ├── Platform Token.yml # Get the shared ISPSS bearer token (run this first) ├── opencollection.yml # Bruno collection root ├── environments/ │ └── ML.yml # Tenant variables (subdomain, tenant_id, tokens, ...) ├── Secrets Manager API Collection/ # Hand-built, curated (see notes below) │ ├── Secrets Manager Token.yml │ ├── Secrets Manager SaaS/ │ └── Secure Workload Access (SWA)/ └── API Collection/ # One per product (Identity, Secrets Hub, SIA, SCA, ...) └── / # One folder per API └── / # One folder per OpenAPI tag └── .yml # One request per endpoint ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.