Files
a2a-platform fd052573f7 deploy
2026-06-27 01:02:33 +00:00

1.7 KiB

name, description
name description
account-routes 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