# Create FIU Entity

Sahamati have created sandbox UAT portal where you can create an FIU entity and get the central registry API credentials.

Steps to create FIU Entity in central registry to get the API credentials.

1. Open [https://aacommons.sahamati.org.in](https://aacommons.sahamati.org.in/) and create an account.
2. After login Create New -> FIU
3. **Entity Info Name =** Your Company Name Eg: Acme Bank
4. **Entity Info Id =** Your unique entity id Eg: acme-bank-fiu
5. **Entity Info Code =** Code issued by the regulator Eg: acme-bank-fiu **Note: You can use same as Entity Info Id**
6. **Certificate =** Public Key that is shared with other entities to verify your API calls. Ref [How to create Certificate](/fiu-module/jws-signature.md)
7. **Base URL =** Your FIU Module's base url Eg: `v2:https://fiu.matrixbank.com/api/v2`
8. Get the client id and client secret after creating the FIU entity and share it with your developer.

Share the created FIU entity id with Saafe to get access to the AA Sandbox.


---

# 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.saafe.in/central-registry/create-fiu-entity.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.
