> For the complete documentation index, see [llms.txt](https://developer.sahamati.org.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.sahamati.org.in/sahamatinet-agent-sna/overview.md).

# Overview

SahamatiNet Agent (SNA) is a lightweight, standalone agent developed by Sahamati and deployed within an Account Aggregator's (AA's) own infrastructure. SNA is responsible for aggregating and sending required metrics to Sahamati's endpoint on behalf of the AA, without requiring the AA's to write or maintain code that implements complex metric-capture logic.

### Key Capabilities

* Runs entirely within the AA's infrastructure; no data leaves unless pushed to Sahamati's endpoint.
* Captures request and notification metrics across all FIP-side AA APIs.
* Aggregates data and pushes structured JSON payloads to Sahamati every 10 minutes.
* Is versioned and upgradeable; AAs simply redeploy a new Helm chart version; no code changes needed.
* Provides uniform, schema-consistent data across all AAs for fair SLA benchmarking.

### Current Phase of Deployment

Sahamati is currently requesting all AAs to:

1. Deploy SNA to their UAT environment and validate the integration.
2. Deploy SNA to their Production environment once UAT validation is complete.
3. Integrate at the AA-FIP interface side (integration points A, B, C, D, see Section 4).

> 📌 For this phase, SLA and SaaNs data capture is required at the AA-FIP interface only.


---

# 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, and the optional `goal` query parameter:

```
GET https://developer.sahamati.org.in/sahamatinet-agent-sna/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
