# figma

@utdk/figma is a generated, typed client for this provider.

This client wraps the provider API in typed methods focused on Webhooks, Files, Library Analytics, Dev Resources.

## Quick start

```ts
import figma from "@utdk/figma";

// Example operation call (see guides below for full signatures)
await figma.someOperation({});
```

## Capability guides

- [Activity Logs](./docs/activity-logs.md) - 1 operations
- [Comment Reactions](./docs/comment-reactions.md) - 3 operations
- [Comments](./docs/comments.md) - 3 operations
- [Component Sets](./docs/component-sets.md) - 3 operations
- [Components](./docs/components.md) - 3 operations
- [Dev Resources](./docs/dev-resources.md) - 4 operations
- [Files](./docs/files.md) - 6 operations
- [Library Analytics](./docs/library-analytics.md) - 6 operations
- [OEmbed](./docs/oembed.md) - 1 operations
- [Payments](./docs/payments.md) - 1 operations
- [Projects](./docs/projects.md) - 2 operations
- [Styles](./docs/styles.md) - 3 operations
- [Users](./docs/users.md) - 1 operations
- [Variables](./docs/variables.md) - 3 operations
- [Webhooks](./docs/webhooks.md) - 7 operations

Each guide is organized by callable operation name (for example, `client.someOperation`), with typed input/output snippets.

## Source Index

# figma docs cache index

Generated: 2026-04-08T15:33:58.629Z

## Sources

### reference

- [Registry Documentation](https://www.figma.com/developers/api) (openapi)
- [Terms of Service](https://www.figma.com/developer-terms/) (openapi)
