Establish authority
- Create the agent in the intended organization and environment.
- Register an OAuth machine client and link it to that agent.
- Register its public JWK and complete proof of possession. Keep the private key outside the portal, in the workload’s protected configuration or signing service.
- Obtain approval for the exact resource and required scopes.
- Configure
MachineAgent.from_env()and verify a request to that resource.

