kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
1---
2title: API Reference
3description: Complete API reference for Kaneo
4---
5
6## Overview
7
8Kaneo API endpoint pages are generated automatically from our OpenAPI specification.
9
10<Card
11 title="OpenAPI Specification"
12 icon="code"
13 href="https://cloud.kaneo.app/api/openapi"
14>
15 View the canonical OpenAPI schema powering this documentation.
16</Card>
17
18## Authentication
19
20All API endpoints require authentication. Refer to the [authentication guide](/api-reference/authentication) for details on creating and using API keys.
21
22## Base URL
23
24```text
25https://your-kaneo-instance.com/api
26```