> For the complete documentation index, see [llms.txt](https://docs.atomyx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atomyx.io/atomyx-submit/implementation/api-integration/environments.md).

# Environments

The public Submit API is currently available through the production environment.

| Environment | Base URL                       | Availability                 | Intended use                        |
| ----------- | ------------------------------ | ---------------------------- | ----------------------------------- |
| Production  | `https://submit.atomyx.io/api` | Public customer integrations | Live Submit job creation            |
| Sandbox     | TBC                            | Planned                      | Future customer testing environment |

### Production

Use production for current customer integrations.

Production API requests create real Submit jobs, so make sure your request payloads are valid before sending live traffic.

When testing in production, use clearly identifiable test external IDs, for example:

```
TEST-ORDER-10001
```

Avoid using real customer data unless required for a controlled test.

### Sandbox

A dedicated sandbox environment is planned for future customer testing.

Once available, sandbox will be the recommended environment for integration development and test submissions before going live.

### API keys

API keys are environment-specific and workspace specific.


---

# 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.atomyx.io/atomyx-submit/implementation/api-integration/environments.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.
