> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/products/myinfo-business/getting-started.md).

# Getting Started

{% hint style="info" %}

#### Myinfo Business Launch

Myinfo Business (v3) is now available for onboarding.

All existing applications (v1/v2) must migrate to Myinfo Business v3 by **31 May 2027**, as legacy versions will be deprecated after this date. To ensure continuity of service, we encourage planning and completing your migration early. [Refer to migration guide](/technical-specifications/corppass-authorization-api-fapi-2.0/migration-guides/migration-guide-myinfo-business-v1-v2-to-v3-fapi-2.0.md)
{% endhint %}

Before integrating Myinfo Business, ensure your organisation has access to the [Singpass Developer Portal (SDP)](https://developer.singpass.gov.sg/) and that your use case meets the onboarding requirements.

### 1. Get access to the Singpass Developer Portal

To begin, request access to the [Singpass Developer Portal](https://developer.singpass.gov.sg/) for your organisation.

This will allow you to create and manage staging and production applications for Myinfo Business.

👉 [How to get access to Singpass Developer Portal](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/obtaining-access-to-the-singpass-developer-portal-sdp)

### 2. Create a Staging Application

Create a Myinfo Business Staging application on the Singpass Developer Portal.

The staging environment allows you to:

* Configure your application.
* Select the required data scopes.
* Test your integration safely before going live.

👉 [How to create a staging application](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/create-staging-app)

👉 [View Myinfo Business data scopes](/technical-specifications/corppass-authorization-api-fapi-2.0/scopes/myinfo-business-scopes.md)

### 3. Set up your Test Environment

Once your Staging application is ready, begin testing your Myinfo Business integration.

Use our ready made test personas to simulate Myinfo Business responses.

👉 [Myinfo Business Test Personas](/testing/myinfo-business-test-personas.md)

### 4. Begin your Integration

With your Staging environment and test accounts ready, start building your Myinfo Business integration.

👉 [Integrate with Corppass Authorization API (FAPI 2.0)](/technical-specifications/corppass-authorization-api-fapi-2.0.md)

### 5. Prepare for Production

Before creating your Production application:

* Review the relevant service agreements.
* Agree to the Singpass Services Agreement.
* Update your billing contact details in Singpass Developer Portal.
* Prepare your User Journey.

👉 [Where to review the Services Agreement & Pricing](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/view-singpass-service-agreement)

👉 [User Journey Guidelines](/products/myinfo-business/getting-started/user-journey.md)

### 6. Create your Production Application

Once you are ready:

* Create your Production application in Singpass Developer Portal.
* Specify the purpose of your digital service (e.g., bank card application, loan application).
* Configure your application.
* Select the required data scopes.
* Upload the completed User Journey.
* Submit your Production application for approval.

You can begin testing using your Production credentials after your submission has been approved.

👉 [How to Create a Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/create-production-app)

{% hint style="info" %}
Note: Production Application approval may take **up to 2 weeks**.

Please plan your rollout timeline accordingly.
{% endhint %}


---

# 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://docs.corppass.gov.sg/products/myinfo-business/getting-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.
