deploy
This commit is contained in:
62
skills/account/SKILL.md
Normal file
62
skills/account/SKILL.md
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
name: account-routes
|
||||
description: Handle 6 OpenAPI operation(s) under /v2/account for the account route group.
|
||||
---
|
||||
|
||||
# account API Routes
|
||||
|
||||
Handle 6 OpenAPI operation(s) under /v2/account for the account route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### get_v2_account
|
||||
|
||||
- Operation ID: `get_v2_account`
|
||||
- Route: `GET /v2/account`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/account
|
||||
|
||||
### get_v2_account_keys
|
||||
|
||||
- Operation ID: `get_v2_account_keys`
|
||||
- Route: `GET /v2/account/keys`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/account/keys
|
||||
|
||||
### post_v2_account_keys
|
||||
|
||||
- Operation ID: `post_v2_account_keys`
|
||||
- Route: `POST /v2/account/keys`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/account/keys
|
||||
|
||||
### get_v2_account_keys_ssh_key_identifier
|
||||
|
||||
- Operation ID: `get_v2_account_keys_ssh_key_identifier`
|
||||
- Route: `GET /v2/account/keys/{ssh_key_identifier}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/account/keys/{ssh_key_identifier}
|
||||
- Parameters:
|
||||
- `ssh_key_identifier` in `path` required
|
||||
|
||||
### put_v2_account_keys_ssh_key_identifier
|
||||
|
||||
- Operation ID: `put_v2_account_keys_ssh_key_identifier`
|
||||
- Route: `PUT /v2/account/keys/{ssh_key_identifier}`
|
||||
- Mode: WRITE
|
||||
- Summary: put_/v2/account/keys/{ssh_key_identifier}
|
||||
- Parameters:
|
||||
- `ssh_key_identifier` in `path` required
|
||||
|
||||
### delete_v2_account_keys_ssh_key_identifier
|
||||
|
||||
- Operation ID: `delete_v2_account_keys_ssh_key_identifier`
|
||||
- Route: `DELETE /v2/account/keys/{ssh_key_identifier}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/account/keys/{ssh_key_identifier}
|
||||
- Parameters:
|
||||
- `ssh_key_identifier` in `path` required
|
||||
Reference in New Issue
Block a user