Skip to content
Search
⌘
Ctrl
K
Main Navigation
Home
Themes
Cloud Code
SDK
API
Appearance
Menu
Return to top
Are you an LLM? You can read better optimized documentation at /api/operations/post-user-keys.md for this page in Markdown format
Create an SSH public key
POST
/user/keys
Authorizations
basicAuth
Type
HTTP (basic)
Request Body
application/json
Schema
JSON
JSON
{
"title"
:
"string"
,
"key"
:
"string"
}
Responses
201
401
key created
Content-Type
application/json
Schema
JSON
JSON
{
"url"
:
"string"
,
"title"
:
"string"
,
"fingerprint"
:
"string"
,
"key"
:
"string"
}
POST
/user/keys
Playground
Authorization
basicAuth
Body
Try it out
Samples