# 6.2 API Reference — Enterprise

{% embed url="<https://documenter.getpostman.com/view/32261269/2sA3QterXm#intro>" %}
LiaaS Enterprise Postman Documentation
{% endembed %}

This page contains the **Enterprise API reference**, available **only to Enterprise customers**.

Enterprise APIs are intended for organizations that require:

* Dedicated Litecoin nodes
* High throughput
* Custom SLAs
* Private or on-premise deployments

If you are **not** an Enterprise customer, these APIs are not accessible.

***

### Enterprise Access Only

⚠️ **Restricted Access**

Enterprise APIs are **not enabled by default**.

Access is granted only after:

* An Enterprise plan is provisioned
* Dedicated infrastructure is assigned
* Node-level security controls are configured

***

### What Makes Enterprise Different

Enterprise access provides:

* Dedicated Litecoin nodes
* Node-scoped operations
* Higher or custom rate limits
* Isolated infrastructure

These features are designed for **mission-critical systems**, not general usage.

***

### Security Requirements (Mandatory)

⚠️ **Enterprise Node URLs are highly sensitive**

Your Node URL must **never** appear in:

* Frontend code
* Public repositories
* Logs, screenshots, or documentation
* CI/CD pipelines

Exposing a Node URL may result in service disruption or access suspension.

***

### Required Usage Pattern

Enterprise APIs must be used **backend-only**.

client / frontend ↓ your backend ↓ Enterprise Node (via proxy) ↓ Litecoin Network

Clients must never connect directly to an Enterprise node.

***

### Enterprise Resources

* **View OpenAPI Spec (Enterprise)**
* **Open in Postman (Enterprise)**\
  (Accessible only to Enterprise accounts.)

***

### Authority Model

Even at the Enterprise level:

* APIs do **not** grant signing authority
* Wallets remain the sole source of authorization
* Kakr infrastructure verifies — it never controls

Enterprise increases **capacity and isolation**, not trust assumptions.

***

### Need Enterprise Access?

If you require:

* Dedicated nodes
* Private infrastructure
* Custom SLAs
* Security onboarding

👉 **Contact Sales / Talk to Enterprise**\
📧 <support@kakrlabs.com> \
🌐 <https://kakr.org/contact>

***


---

# 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.kakrlabs.com/6.-api-reference/6.2-api-reference-enterprise.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.
