Equinix · Capability
Metal API — Authentication
Metal API — Authentication. 6 operations. Lead operation: Delete the API key. Self-contained Naftiko capability covering one Equinix business surface.
What You Can Do
DELETE
Deleteapikey
— Delete the API key
/v1/api-keys/{id}
GET
Findprojectapikeys
— Retrieve all API keys for the project.
/v1/projects/{id}/api-keys
POST
Createprojectapikey
— Create an API key for a project.
/v1/projects/{id}/api-keys
GET
Findapikeys
— Retrieve all user API keys
/v1/user/api-keys
POST
Createapikey
— Create an API key
/v1/user/api-keys
DELETE
Deleteuserapikey
— Delete the API key
/v1/user/api-keys/{id}
MCP Tools
delete-api-key
Delete the API key
idempotent
retrieve-all-api-keys-project
Retrieve all API keys for the project.
read-only
idempotent
create-api-key-project
Create an API key for a project.
retrieve-all-user-api-keys
Retrieve all user API keys
read-only
idempotent
create-api-key
Create an API key
delete-api-key-2
Delete the API key
idempotent