Access bundles
An access bundle has a name, an optional description, its services, and its members. Granting an access bundle to a user, machine identity, or group lets them create sessions with it. The grantee has to be an Agent Vault member first: see Access control.
Services
Each service has a name, the hosts it covers, and a credential. Open an access bundle from Access Bundles and select Add Service to add one.
Credential types
The first step offers a Template for common services, which fills in the hosts and the header. Choose Custom to set them yourself.

Host patterns
A host pattern is a comma-separated list of hosts, each with an optional port:- A host without a port means port
443. Credentials are attached to HTTPS traffic only. *.at the start matches exactly one label.*.example.comcoversapi.example.com, nota.b.example.comorexample.com.- Paths aren’t allowed. A service covers a host, not a route on it.
<your-tenant>.atlassian.net for this reason; replace it with your own tenant before saving.
When two services cover one host
Within one access bundle, two services can’t cover the same host with the same pattern. Infisical rejects the save and names the service that already covers it. An exact host and a wildcard that includes it can both exist, and the exact one wins: if one service coversapi.example.com and another *.example.com, requests to api.example.com get the first service’s credential.
Different access bundles can cover the same host with different credentials. An agent gets the credential from the access bundle its session carries.