# Introduction

Welcome to the TokenSource API documentation. This API allows you to interact with TokenSource's AI assistant and objective management system.

**Note:** This API specification is subject to frequent changes. Please talk to our team if you have any questions.

## Base URL

All API requests should be made to:

```
https://api.tokensource.com/v1
```

## Authentication

All API endpoints require authentication using API keys. See the [Authentication](/authentication.md) section for details.

## Response Format

All responses are returned in JSON format and include:

* `status`: Success/error status
* `data`: Response data (if any)
* `message`: Human-readable message

## Getting Started

1. Get your API key from the TokenSource Dashboard
2. Make your first API call using the authentication header
3. Explore the available endpoints in this documentation


---

# 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.tokensource.com/readme.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.
