---
title: "Set one of my skill credentials"
method: PUT
path: "/me/env-vars/skill"
tags: ["Me"]
---

# Set one of my skill credentials

`PUT /me/env-vars/skill`

Store the caller's own value for one variable the skill declared. It overrides the workspace-wide value for this caller only, and is injected only into executions that name this skill.

## Request body

- InternalHandlerMeEnvVarRequest
  - `name` string
  - `sandbox_config_id` string
  - `skill_id` string
  - `value` string — Value is unused by the delete endpoints. Clearing a value is a delete rather than a write of "", so a member always has one unambiguous way to revoke.

## Response `200`

Stored

- object

## Other responses

- `400` — Invalid request

## Changes

- **2026-08-27** `a0dc8a28a47f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/me/env-vars/skill/put.md)

---

[API](https://skmtc.dev/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.dev/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/998387322728/schema)
