# Developer Platform Dashboard

### Introduction

The Crypto.com Developer Platform Dashboard is a service that enables developers to securely manage user authentication, API keys, and access permissions for building on the Cronos chain, with the [Developer Platform Dashboard Client Application](https://pypi.org/project/crypto-com-developer-platform-client/).&#x20;

It serves as the gateway for developers to generate API keys that unlock the full potential of the Developer Platform Service API, which allows developers to interact with core blockchain infrastructure on both Cronos EVM and Cronos zkEVM.

With a single integration, developers can access essential capabilities such as:&#x20;

* Sending and receiving native and ERC20/ERC721 tokens
* Querying wallet balances, transactions, and on-chain data
* Interacting with smart contracts and retrieving ABI/bytecode
* Accessing DeFi protocol data, staking information, and liquidity pools
* Performing Cronos ID resolution for blockchain-based identity lookups
* Monitoring blocks, fees, and network activity

The platform is designed to support a wide range of applications. For details on how to apply them, visit [Usage under On-Chain Developer Platform Client SDK](/crypto.com-developer-platform/on-chain-developer-platform-client-sdk.md#usage).

### Features

The platform is built to support core development workflows on Cronos through a reliable, production-ready API. It focuses on practical capabilities that allow developers to integrate with the chain efficiently and securely.

**API Key Management**

Manage access through scoped API keys tied to individual projects. Keys can be created, named, revoked, and rotated directly through the dashboard, enabling granular control across environments and teams.

**Smart Contract Tooling**

Facilitates querying of smart contract ABI and bytecode for contract integration.&#x20;

**On-Chain Data Retrieval**

Developers can query individual transactions, block metadata, and current network conditions (e.g., gas fees, block height). These endpoints support features like transaction tracking, analytics dashboards, and automation workflows

**SDK Integration and Extendability**

The platform is natively compatible with both the Developer Platform Client SDK and the AI Agent SDK. This enables fast development of tools, bots, and interfaces that use natural language or scripting to trigger blockchain operations.

### Get Started

To begin using the Developer Platform Dashboard, follow the steps below to set up your account, create a project, and generate an API key.

{% embed url="<https://developer.crypto.com/auth>" %}

#### Step 1

Sign Up for an Account for the Developer Platform Dashboard using your email address.

<figure><img src="/files/n42ID3vPJe9auQYUJ69k" alt="" width="332"><figcaption></figcaption></figure>

#### Step 2

Check your inbox for the verification email. Click **Verify Email** to activate your account.

<figure><img src="/files/GMNX3MXckOcCcsxrQoMk" alt="" width="375"><figcaption></figcaption></figure>

#### Step 3

After verification, log in to the Developer Platform using your registered email and password.

<figure><img src="/files/sWahLAHB69C8xiFbON2N" alt="" width="321"><figcaption></figcaption></figure>

#### Step 4

From the dashboard, click **New Project.**

<figure><img src="/files/rYeUuocSiJPNIrckRBKX" alt="" width="375"><figcaption></figcaption></figure>

#### Step 5

Set a Project Name, Description and the Cronos Chain for your project.

<figure><img src="/files/LbHYPGyfk6qQkqqBzJmY" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/OsgaBxYDaWR1JfzURcxR" alt="" width="375"><figcaption></figcaption></figure>

#### Step 6

Once your project is created, navigate to the project and select **Generate API Key**.

<figure><img src="/files/wV4vAhFzJQOdeqj2Ie9Y" alt="" width="375"><figcaption></figcaption></figure>

#### Step 7

Name your API key, recommand to use the purpose as the name for easy tracking.

<figure><img src="/files/FdTcuTJdAc13dywAI8yD" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/YdSxdX4xWa5oxwxJg6fX" alt="" width="375"><figcaption></figcaption></figure>

Your API Key is now ready to use. Save the API key in a secure environment. &#x20;

<figure><img src="/files/jZVRYdARkvxgpUVhJYql" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-agent-sdk-docs.crypto.com/crypto.com-developer-platform/developer-platform-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
