onboard_agents
Bulk-onboard agent identities to the governed fleet (Agent Governance). Accepts plain ids or {agent_id} descriptors in agents, A2A 1.0 Agent Cards in agent_cards (name/url/provider/version/protocolVersion), or MCP client descriptors, under an optional cohort + shared auto-suspend policy. Idempotent. Requires the agent_governance licence + a manage:agents grant (or a first-party super-admin). Agents also self-onboard on first token/call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agents | No | Agent ids or descriptors ({agent_id, display?, cohort?}) | |
| cohort | No | Optional shared cohort (provider/model/deployment group) | |
| agent_cards | No | A2A 1.0 Agent Cards ({name, url, provider, version, protocolVersion, ...}) | |
| auto_suspend_threshold | No | Optional 0..1 auto-suspend deviation threshold for the cohort policy |