Gremlin · Capability
Gremlin API — orgs
Gremlin API — orgs. 8 operations. Lead operation: Get all Teams.. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
Info
— Get all Teams.
/v1/orgs
POST
Create2
— Creates a new org with provided name.
/v1/orgs
GET
Downloadclientcredentials
— Gets the secret key and certificate for this org in PEM format (zipped).
/v1/orgs/auth/certificate
POST
Addnewcertificate
— Rolls over to use a new certificate. The current certificate will be saved and still valid for authentication, providing a transition period.
/v1/orgs/auth/certificate
DELETE
Replacecertificate
— Deletes the current credentials and generates new. For use when the current credentials are compromised.
/v1/orgs/auth/certificate
DELETE
Invalidateoldcertificate
— Deletes the old certificate for this org. This is intended for when a transition to new certificates has been completed, or when the old certificate has been compromised.
/v1/orgs/auth/certificate/old
POST
Secretreset
— Resets the secret for this Team.
/v1/orgs/auth/secret/reset
GET
Info1
— Get the specified Team.
/v1/orgs/{identifier}
MCP Tools
get-all-teams
Get all Teams.
read-only
idempotent
creates-new-org-provided-name
Creates a new org with provided name.
gets-secret-key-and-certificate
Gets the secret key and certificate for this org in PEM format (zipped).
read-only
idempotent
rolls-over-use-new-certificate
Rolls over to use a new certificate. The current certificate will be saved and still valid for authentication, providing a transition period.
deletes-current-credentials-and-generates
Deletes the current credentials and generates new. For use when the current credentials are compromised.
idempotent
deletes-old-certificate-this-org
Deletes the old certificate for this org. This is intended for when a transition to new certificates has been completed, or when the old certificate has been compromised.
idempotent
resets-secret-this-team
Resets the secret for this Team.
get-specified-team
Get the specified Team.
read-only
idempotent