# Tabillo ## Docs - [Create Initiative](https://tabillo.mintlify.app/api-reference/initiatives/create.md) - [Get Initiative](https://tabillo.mintlify.app/api-reference/initiatives/get.md) - [List Initiatives](https://tabillo.mintlify.app/api-reference/initiatives/list.md) - [Update Initiative](https://tabillo.mintlify.app/api-reference/initiatives/update.md): Only the fields you provide are changed. - [Authorization Page](https://tabillo.mintlify.app/api-reference/oauth/authorize.md): Redirect the user here to begin the OAuth 2.0 Authorization Code flow. Returns an HTML page — not JSON. After the user approves, they are redirected to your `redirect_uri` with a `code` parameter. - [Revoke Token](https://tabillo.mintlify.app/api-reference/oauth/revoke.md): Revoke an access token or refresh token. - [Exchange Token](https://tabillo.mintlify.app/api-reference/oauth/token.md): Exchange an authorization code for access + refresh tokens, or exchange a refresh token for a new access token. - [Get Product](https://tabillo.mintlify.app/api-reference/products/get.md) - [List Products](https://tabillo.mintlify.app/api-reference/products/list.md) - [List Classifications](https://tabillo.mintlify.app/api-reference/reference/classifications.md) - [List Statuses](https://tabillo.mintlify.app/api-reference/reference/statuses.md) - [List Tags](https://tabillo.mintlify.app/api-reference/reference/tags.md) - [List Timeframes](https://tabillo.mintlify.app/api-reference/reference/timeframes.md): Returns timeframes (years/sprints) and their periods (quarters/months). Use the period `key` value (e.g. `2026_Q1`) as `startQuarter`/`endQuarter` when creating or filtering initiatives. - [List Users](https://tabillo.mintlify.app/api-reference/reference/users.md): Use IDs from this list as `ownerId` when creating or updating initiatives. - [Get Stats](https://tabillo.mintlify.app/api-reference/stats.md) - [Get Workspace](https://tabillo.mintlify.app/api-reference/workspace.md) - [Authentication](https://tabillo.mintlify.app/authentication.md): Generate an API key and authenticate your requests. - [Introduction](https://tabillo.mintlify.app/introduction.md): The Tabillo API lets you read and write product roadmap data from any external tool. - [Quickstart](https://tabillo.mintlify.app/quickstart.md): Make your first API call in under 2 minutes. ## OpenAPI Specs - [openapi](https://tabillo.mintlify.app/openapi.yaml)