> For the complete documentation index, see [llms.txt](https://integuru.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integuru.gitbook.io/docs/detailed-references/modes-base-urls.md).

# Modes/Base Urls

Taiki has two modes for usage listed below. The Base URL is the URL used for all endpoints such as [Initialize JWT Token](/docs/detailed-references/initialize-jwt-token.md) and [Verify Token Endpoint](/docs/detailed-references/verify-token-endpoint.md).

| Mode       | Base URL                   | Description                                                                                                                                                                                                                                                      |
| ---------- | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| sandbox    | <https://sandbox.taiki.ai> | Sandbox mode for testing. At the moment you will still need to login to your platforms with your real credentials and the webhook will return with your real data. This mode is the same as prod but you dont need to worry about polluting the production data. |
| production | <https://prod.taiki.ai>    | Production mode to go live with your users. Users need to login with real credentials and the API webhook will return with real customer tax form and data.                                                                                                      |
|            |                            |                                                                                                                                                                                                                                                                  |


---

# 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://integuru.gitbook.io/docs/detailed-references/modes-base-urls.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.
