Skip to main content
Lists the identities you can spawn an agent as in the current tenant: your own developer identity and any service profiles you are allowed to borrow. Each entry reports whether it is usable right now and, if not, why and how to fix it. Use it before spawn to discover what to pass to the service_profile parameter. Profiles you cannot assume are omitted. This is the discovery companion to spawning under a service profile. To inspect every defined profile — including ones you cannot borrow — read the service-profile catalog resource, for example with murmur get service-profile.

Parameters

This tool takes no parameters.

Response

Returns an array of identity entries.
For your own identity (self), the usable verdict is advisory — the server cannot see the credentials on your local machine, so a spawn as self may still succeed even when self is reported as blocked.

Examples

List spawn identities

Response:

Spawn under a discovered profile

After confirming ci-builder is usable, pass its account to spawn:

Errors