> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuwacom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Documentation

Use our API to integrate AI capabilities and your knowledge base in other applications or build your own products. Nuwacom provides an API to connect to and use our system in various ways.

## How to create API keys

Admins can create and manage API keys in the workspace settings under the API Keys section.

If you are not an admin, please approach your nuwacom admin to request an API key.

## API overview

A comprehensive OpenAPI specification for your instance is available at `https://{customer-tenant}.nuwacom.ai/api/openapi.json`

We provide two convenient interfaces to explore the OpenAPI documentation:

* Scalar: `https://{customer-tenant}.nuwacom.ai/api/scalar`
* Swagger UI: `https://{customer-tenant}.nuwacom.ai/api/swagger`

### Completion API

The basic API is the completion API, where you can use AI models in other tools or in your own built workflows. The completion API uses the plain model. See the [Completion Endpoint](/api-reference/completion-api/openai-chat-completion) for more information.
