Gremlin · Capability
Gremlin API — apikeys
Gremlin API — apikeys. 7 operations. Lead operation: List all API Keys. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
Listall
— List all API Keys
/v1/apikeys
POST
Createnew
— Create a new API Key
/v1/apikeys
GET
Listactive
— List active API Keys
/v1/apikeys/active
GET
Listallforcompany
— List all API Keys for company
/v1/apikeys/all-for-company
DELETE
Revoke3
— Revoke an existing API Key
/v1/apikeys/{identifier}
PUT
Activate2
— Un-Revoke an existing API Key
/v1/apikeys/{identifier}/activate
PUT
Expiration
— Set a new expiration on key
/v1/apikeys/{identifier}/expiration
MCP Tools
list-all-api-keys
List all API Keys
read-only
idempotent
create-new-api-key
Create a new API Key
list-active-api-keys
List active API Keys
read-only
idempotent
list-all-api-keys-company
List all API Keys for company
read-only
idempotent
revoke-existing-api-key
Revoke an existing API Key
idempotent
un-revoke-existing-api-key
Un-Revoke an existing API Key
idempotent
set-new-expiration-key
Set a new expiration on key
idempotent