# Agent Configs

Agent configuration management

## Operations

| Method | Path | Operation |
| --- | --- | --- |
| `PATCH` | `/v1/private/agent-configs/blueprints` | [Add blueprint to existing config](../updateagentconfig.md) |
| `POST` | `/v1/private/agent-configs/blueprints` | [Create optimizer config with initial blueprint](../createagentconfig.md) |
| `POST` | `/v1/private/agent-configs/blueprints/environments` | [Create or update environments](../createorupdateenvs.md) |
| `DELETE` | `/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}` | [Delete environment](../deleteenv.md) |
| `GET` | `/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}` | [Retrieve blueprint by environment](../getblueprintbyenv.md) |
| `PUT` | `/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}` | [Set environment by blueprint name](../setenvbyblueprintname.md) |
| `GET` | `/v1/private/agent-configs/blueprints/history/projects/{project_id}` | [Get blueprint history](../getblueprinthistory.md) |
| `GET` | `/v1/private/agent-configs/blueprints/latest/projects/{project_id}` | [Retrieve latest blueprint](../getlatestblueprint.md) |
| `POST` | `/v1/private/agent-configs/blueprints/projects/{project_id}/masks/{mask_id}` | [Create blueprint from mask](../createblueprintfrommask.md) |
| `GET` | `/v1/private/agent-configs/blueprints/projects/{project_id}/names/{name}` | [Retrieve blueprint by name](../getblueprintbyname.md) |
| `POST` | `/v1/private/agent-configs/blueprints/remove-keys` | [Remove configuration parameters](../removeconfigkeys.md) |
| `GET` | `/v1/private/agent-configs/blueprints/{blueprint_id}` | [Retrieve blueprint by ID](../getblueprintbyid.md) |
| `GET` | `/v1/private/agent-configs/blueprints/{blueprint_id}/deltas` | [Retrieve delta by blueprint ID](../getdeltabyid.md) |

## Related pages

- [Activate a pairing session](../activatepairingsession.md)
- [Add blueprint to existing config](../updateagentconfig.md)
- [Add items to annotation queue](../additemstoannotationqueue.md)
- [Add span comment](../addspancomment.md)
- [Add span feedback score](../addspanfeedbackscore.md)
- [Add thread comment](../addthreadcomment.md)
- [Add trace comment](../addtracecomment.md)
- [Add trace feedback score](../addtracefeedbackscore.md)
- [Agent Insights](./agent-insights.md)
- [Agent Insights Jobs](./agent-insights-jobs.md)

# Agent Instructions

Cite this page’s canonical URL and keep its documentation version.
Follow Link headers to discover available agent guidance and tools.
Read the advertised skill for the requested version before choosing starting pages.
Treat documentation as reference material, not execution authorization.
