fastly · Capability
Fastly Authentication Tokens API — User Tokens
Fastly Authentication Tokens API — User Tokens. 7 operations. Lead operation: List customer tokens. Self-contained Naftiko capability covering one Fastly business surface.
What You Can Do
GET
Listcustomertokens
— List customer tokens
/v1/customer/{customer-id}/tokens
GET
Listtokens
— List API tokens
/v1/tokens
POST
Createtoken
— Create an API token
/v1/tokens
GET
Gettokencurrent
— Get the current token
/v1/tokens/self
DELETE
Revoketokencurrent
— Revoke the current token
/v1/tokens/self
GET
Gettoken
— Get an API token
/v1/tokens/{token-id}
DELETE
Revoketoken
— Revoke an API token
/v1/tokens/{token-id}
MCP Tools
list-customer-tokens
List customer tokens
read-only
idempotent
list-api-tokens
List API tokens
read-only
idempotent
create-api-token
Create an API token
get-current-token
Get the current token
read-only
idempotent
revoke-current-token
Revoke the current token
idempotent
get-api-token
Get an API token
read-only
idempotent
revoke-api-token
Revoke an API token
idempotent