> ## Documentation Index
> Fetch the complete documentation index at: https://platform.atlan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create multiple Agents

> Create several Agents without returning their credentials.

# Create multiple Agents

Use `agent__create_bulk` when several Agents must be created together.

* Required input: `agents`.
* Required per Agent: `name` and `workspace_id`.
* Optional common inputs: `session_id` and Gateway's `rationale`.
* Returns: one status slot per input Agent.
* Effect: write; not idempotent.

Some creates can succeed while others fail. Retry only failed slots. The tool
does not return machine credentials; credential issuance is a separate action.
Use `registry__get_kind_schema` to inspect the optional Agent fields.
