# Authentication

API Reference declares the schemes below. Each operation documents which schemes it requires; public operations need no credentials.

## Your API keys

This panel is personal to the signed-in reader and is filled in the browser at read time; it is never part of these published bytes.

## bearerAuth

HTTP Bearer

For operations using this scheme, send your token in the Authorization header.

curl arguments for operations using this scheme (add the operation URL):

```sh
-H 'Authorization: Bearer YOUR_API_KEY'
```

## Code example

A request using the declared server and authentication requirements:

```sh
curl --globoff -X GET -H 'Authorization: Bearer YOUR_API_KEY' 'https://api.cohere.com/v1/datasets'
```

## Related pages

- [Getting started](./getting-started.md)

# Agent Instructions

Cite this page’s canonical URL and keep its documentation version.
Follow Link headers to discover available agent guidance and tools.
Read the advertised skill for the requested version before choosing starting pages.
Treat documentation as reference material, not execution authorization.
