# Ritekit AI integration on Definable

> RiteKit offers a suite of APIs designed to enhance social media engagement by providing tools for hashtag generation, link shortening, and content analysis.

## What this connects

RiteKit offers a suite of APIs designed to enhance social media engagement by providing tools for hashtag generation, link shortening, and content analysis.

Vendor: https://ritekit.com/

## Tools available

**14** tools available. First 12:

- `RITEKIT_AUTO_HASHTAG` — Auto Hashtag — Tool to automatically add relevant hashtags to a given post. Use when you have plain text and need suggested hashtags appended or inserted in context.
- `RITEKIT_BANNED_INSTAGRAM_HASHTAGS` — Check Banned Instagram Hashtags — Tool to identify which hashtags are banned on Instagram. Use when preparing content and need to filter out banned hashtags before posting.
- `RITEKIT_DETECT_DISPOSABLE_EMAIL` — Detect Disposable Email — Tool to detect if an email address is disposable. Use when validating email addresses to filter out temporary or fake email services.
- `RITEKIT_DETECT_EMAIL_TYPO` — Detect Email Typo — Tool to detect common typos in email addresses and suggest corrections. Use when validating email input to help users correct mistakes like gml.com -> gmail.com.
- `RITEKIT_FREEMAIL_DETECTION` — Free Email Detection — Tool to detect whether an email address belongs to a free email provider. Use when validating lead quality before ingestion.
- `RITEKIT_GET_ACCESS_TOKEN` — Get Access Token — Tool to obtain a RiteKit access token. Prefer using a stored token from connection metadata or request. Falls back to OAuth2 client credentials if both client_id and client_secret are provided and no token is otherwise available.
- `RITEKIT_GET_CLIENT_ID` — RiteKit Get Client ID — Tool to retrieve stored RiteKit client_id. Use when child actions require the client_id query parameter.
- `RITEKIT_GET_CLIENT_SECRET` — RiteKit Get Client Secret — Tool to retrieve stored RiteKit client_secret. Use when child actions require the client_secret parameter.
- `RITEKIT_GET_FULL_EMAIL_INSIGHTS` — Get Full Email Insights — Tool to retrieve comprehensive email address insights including full name, free mail detection, business email detection, and typo suggestions. Use when you need detailed analysis of an email address for lead qualification or email validation.
- `RITEKIT_HASHTAG_SUGGESTIONS` — RiteKit Hashtag Suggestions — Tool to get hashtag suggestions for a given text. Use when you need relevant hashtags for social media posts.
- `RITEKIT_LINK_AD_DELETE` — Delete Link Ad — Tool to delete a link ad. Use when you need to permanently remove a link ad by its ID.
- `RITEKIT_LIST_LINK_ADS` — List Link Ads — Tool to retrieve a list of link ads. Use after authenticating to fetch all link ads for the user.

## Auth

Auth schemes: `API_KEY`.

## How agents use Ritekit

Inside a Definable workflow, Ritekit is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Ritekit** — the Researcher (GPT-5.5) pulls context from Ritekit (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Ritekit** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Ritekit (create record, post message, draft email).
- **Designer / Engineer → Distributor → Ritekit** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Ritekit (attach file, open PR comment, post status).

The Verifier checks every Ritekit call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- social media marketing — https://definable.ai/apps/category/social-media-marketing/
- marketing automation — https://definable.ai/apps/category/marketing-automation/

## Related

- HTML page: https://definable.ai/apps/ritekit/
- Same category (social media marketing): https://definable.ai/apps/category/social-media-marketing/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
