Gensprite
Keys

List API keys

GET
/v1/keys

Keys on the account, without their secrets. Secrets are stored hashed and cannot be read back.

Authorization

AuthorizationBearer <token>

API key: Authorization: Bearer gsk_.... Used by the Godot plugin, the MCP server and the engine.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/keys"
{  "items": [    {      "id": "string",      "name": "string",      "prefix": "string",      "created_at": "2019-08-24T14:15:22Z",      "last_used_at": "2019-08-24T14:15:22Z"    }  ]}