Akash Console Deployment API

REST API for programmatic deployment management on Akash Network with managed wallets and credit-card billing. Supports creating, listing, updating, and closing deployments via SDL manifests. Includes bid management, lease creation, and escrow funding operations. Designed for SaaS platforms and non-crypto-native users.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/akash-console-deployment-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Akash Console Deployment API
description: REST API for programmatic deployment management on Akash Network with managed wallets and
  credit-card billing. Supports creating, listing, updating, and closing deployments via SDL manifests.
  Includes bid management, lease creation, and escrow funding operations. Designed for SaaS platforms
  and non-crypto-native users.
image: https://akash.network/favicon.ico
humanURL: https://akash.network/docs/api-documentation/console-api/
baseURL: https://console-api.akash.network
tags:
- Deployment
- Leases
- Bids
- Escrow
- Cloud
tags_raw:
- Deployments
- Leases
- Bids
- Escrow
- Cloud
properties:
- type: Documentation
  url: https://akash.network/docs/api-documentation/console-api/
- type: GettingStarted
  url: https://akash.network/docs/api-documentation/console-api/getting-started
- type: ReferenceDocumentation
  url: https://akash.network/docs/api-documentation/console-api/api-reference
contact:
- FN: Akash Network Support
  url: https://akash.network/community
X-pricing:
- plans:
  - name: Pay-As-You-Go
    description: Credit-card billing for managed wallet deployments. Minimum deposit $0.50. Billed in
      USD; API converts to AKT/USDC on-chain automatically.
    url: https://console.akash.network/
    price: 0.0
X-rateLimit:
- rate:
  - requests: 1
    unit: second
    notes: Avoid polling faster than every 3 seconds. 429 TooManyRequests returned when rate exceeded.
      Implement exponential backoff on 5xx errors.
X-authentication:
- type: x-api-key
  description: Pass API key via x-api-key header. Create and manage keys at console.akash.network under
    Settings > API Keys.
  url: https://console.akash.network/settings/api-keys