linode.com
Linode, now part of Akamai Cloud, provides cloud infrastructure services such as virtual machines, Kubernetes, storage, networking, and account management. Its platform lets customers provision and manage these resources programmatically or through its web console.
Linode exposes a REST HTTP API (Linode API v4, including v4beta via the path version segment) and an official Python-based CLI; both authenticate with Linode-issued bearer tokens, and the API also supports OAuth 2.0 user access tokens for third-party apps.
- Linode API v4discovered
- Linode CLIdiscovered
In Cloud Manager, go to the personal access token management area described in Manage personal access tokens, or create one programmatically with the Create a personal access token API operation. Grant only the scopes your integration needs, then use the token as an HTTP Bearer token.
Create an OAuth client with the Create an OAuth client operation as described in Get started. Save the returned client_id and, for private clients, secret. Then send the user through Linode's OAuth 2.0 flow via login.linode.com to obtain a user access token for the scopes your app needs; use that access token as an HTTP Bearer token when calling the API.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing