---
title: "Get Sdk Manifest"
method: GET
path: "/sdk/v1.0/manifest"
tags: ["SDK"]
---

# Get Sdk Manifest

`GET /sdk/v1.0/manifest`

## Response `200`

Successful Response

- ReboltSDKManifest — The manifest for the Rebolt SDK.
  - `providers` IntegrationProviderMetadata[], required
    - `provider_id` string, required — An unique identifier for the provider.
    - `name` string, required — The name of the provider.
    - `description` string, required — A short description of what can be done with the provider.
    - `icon` StaticAsset, required — Represents a static asset like an image or a file.
      - `url` string, nullable
      - `file_path` string, path, nullable
    - `icon_darkmode_variant` StaticAsset — Represents a static asset like an image or a file.
      - `url` string, nullable
      - `file_path` string, path, nullable
    - `tags` GenericTag[] — List of tags that can be used to categorize the provider.
      - `id` string, required — The unique identifier for the tag.
      - `name` string, required — The name of the tag.
      - `description` string, required — The description of the tag.
    - `required_pricing_plan` 'trial' | 'free' | 'pro' | 'business' | 'team' | 'enterprise'
  - `actions` object, required

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
