# Get Started

## :electric\_plug: Endpoints

<table><thead><tr><th width="117.0234375">Network</th><th>Endpoint URL</th></tr></thead><tbody><tr><td><strong>Mainnet</strong></td><td>https://api.secretkeylabs.io</td></tr><tr><td><strong>Signet</strong></td><td>https://api-signet.secretkeylabs.io</td></tr><tr><td><strong>Testnet4</strong></td><td>https://api-testnet4.secretkeylabs.io</td></tr></tbody></table>

## :key: Get your API keys

[Start your free trial to get API keys](https://api-dashboard.xverse.app/login). Happy building!&#x20;

## ⚡ Alternative: pay-per-request via Lightning

Don't want to manage an API key? Every Xverse API endpoint also accepts payment over the [**Machine Payments Protocol (MPP)**](/api/mpp-lightning-payments.md) — pay 1 satoshi per request via Lightning, no key required. This is the recommended path for AI agents and autonomous clients.

See MPP Lightning Payments for the full flow.

## :speech\_balloon: Developer Support & Feedback

Have feedback, feature requests, or want to partner? [Contact us](https://discord.com/invite/tN84HhSDrz) — we’d love to hear from you.

<br>


---

# 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://docs.xverse.app/api/get-started.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.
