What the API description establishes
- Most operations inherit JWT bearer authentication.
- Operations with
security: []explicitly override that bearer requirement. - Some operation descriptions mention additional account, identity, key, or review prerequisites.
Application checklist
- Read the generated operation’s authentication requirement.
- Identify the account, Legal Identity, key, contract role, provider, or operator prerequisite stated by the workflow.
- Ask the Neuron operator for the narrowest role or privilege set that satisfies those requirements.
- Test one permitted and one denied case in the target environment.
- Treat a bearer token and the privileges of its account as separate security decisions.