Skip to main content
GET
/
projects
/
me
/
api-keys
cURL
curl https://api.neuraldraft.io/v1/projects/me/api-keys \
  -H "Authorization: Bearer ndsk_live_yourkey"
{
  "data": [
    {
      "id": "key_2NfQB5GdkY9P",
      "name": "Production server",
      "prefix": "ndsk_live_",
      "masked": "ndsk_live_…7yQp",
      "scopes": [
        "content:read",
        "content:write",
        "commerce:read"
      ],
      "last_used_at": "2026-04-19T08:14:02Z",
      "created_at": "2026-02-14T09:32:00Z"
    },
    {
      "id": "key_2NgZBcmNop12",
      "name": "Lovable build session",
      "prefix": "ndsk_live_",
      "masked": "ndsk_live_…aA12",
      "scopes": [
        "*"
      ],
      "last_used_at": null,
      "created_at": "2026-04-12T13:02:11Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Response

Array of keys.

data
object[]
required