---
title: "Create a new target node session for CAE simulations"
method: POST
path: "/api/target_nodes/create"
tags: ["Target Nodes"]
---

# Create a new target node session for CAE simulations

`POST /api/target_nodes/create`

Creates a new target node session with specified configuration including instance type, software stack, and networking parameters

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Target node session created successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - missing or invalid parameters
- `401` — Authentication required
- `403` — Forbidden - user quota exceeded or access denied
- `500` — Internal server error

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
