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

# Introduction

> Programmatically manage your Fiskil Data Provider platform resources.

The Platform API provides programmatic access to administrative functions on the Fiskil Data Provider platform. Use these APIs to automate product management, integrate with your CI/CD pipelines, and build custom tooling.

## Available APIs

<CardGroup cols={2}>
  <Card title="Products API" icon="box" href="/api-reference/products/create-a-new-product">
    Create, update, list, and delete CDR banking products.
  </Card>

  <Card title="Consents API" icon="file-signature" href="/api-reference/consents/list-consents">
    List and manage consents authorized by your customers.
  </Card>
</CardGroup>

## Base URL

```
https://api.fiskil.com/v1/data-provider
```

## OpenAPI Specification

Download the full OpenAPI specification for the Platform API to generate clients, import into API tooling, or browse the schema offline.

<Card title="Download Platform OpenAPI Spec" icon="download" href="/openapi/platform.yaml">
  Get the latest `platform.yaml` OpenAPI 3.0 specification.
</Card>
