> For the complete documentation index, see [llms.txt](https://shinkalabs.gitbook.io/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinkalabs.gitbook.io/hub/andromeda/sdks-and-tooling/postman.md).

# Postman collection

A curated Postman collection ships with the project so you can poke at the API without writing code.

## Where it is

The collection is in the public repository under `docs/postman/`. Import the JSON file into Postman (File -> Import).

## Set it up

1. After importing, create an environment with:
   * `baseUrl` = `https://api.andromedainfra.pro`
   * `apiKey` = your API key (see [Get an API key](/hub/andromeda/getting-started/api-key.md))
2. The requests reference `{{baseUrl}}` and send `X-Api-Key: {{apiKey}}`, so they work once the environment is selected.

## What is in it

Requests for the main flows: capabilities and pricing (no auth), dWallet creation and signing, recovery (discovery, primary, quorum), policy lifecycle, webhooks, future-sign, audit log, and the Encrypt FHE surface. Use it to learn the request shapes interactively, then move to code.

## Alternatives

* Import the [OpenAPI spec](https://api.andromedainfra.pro/openapi.json) directly into Postman (or Insomnia) to get a generated collection that always matches the live API.
* For an interactive "try it" view inside the docs, see [OpenAPI explorer](/hub/andromeda/api-reference/openapi.md).
* To generate a client library, see [OpenAPI codegen](/hub/andromeda/sdks-and-tooling/codegen.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://shinkalabs.gitbook.io/hub/andromeda/sdks-and-tooling/postman.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.
