> For the complete documentation index, see [llms.txt](https://docs.terminal.africa/tship/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terminal.africa/tship/authentication.md).

# Authentication

Authorization headers should be in the following format: `Authorization: Bearer SECRET_KEY`

Any requests made without authentication will fail with the status code `401: Unauthorized`. Also, all Live API requests must be made over HTTPS.&#x20;

Access keys on the API do not expire, unless you generate a new key. You can create a new key under the settings tab on the [Terminal dashboard](https://dashboard.terminal.africa).

#### API Endpoints:

Test Endpoint: `https://sandbox.terminal.africa/v1`

Live Endpoint: `https://api.terminal.africa/v1`


---

# 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.terminal.africa/tship/authentication.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.
