---
title: "POST /v1/Devices/{DeviceSid}/Configs"
method: POST
path: "/v1/Devices/{DeviceSid}/Configs"
---

# POST /v1/Devices/{DeviceSid}/Configs

`POST /v1/Devices/{DeviceSid}/Configs`

Create a config for a Microvisor Device.

## Path parameters

- `DeviceSid` string, required

## Response `201`

Created

- MicrovisorV1DeviceDeviceConfig
  - `date_updated` string, date-time, nullable
  - `device_sid` string, nullable — A 34-character string that uniquely identifies the parent Device.
  - `key` string, nullable — The config key; up to 100 characters.
  - `url` string, uri, nullable — The absolute URL of the Config.
  - `value` string, nullable — The config value; up to 4096 characters.

---

[API](https://skmtc.net/twilio/apis/twilio-microvisor-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-microvisor-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-microvisor-v1/versions/f4c6790ec548/schema)
