# DEV Community AI integration on Definable

> DEV Community (dev.to) is a community of software developers where you can publish articles, engage with others, and build your online presence.

## What this connects

DEV Community (dev.to) is a community of software developers where you can publish articles, engage with others, and build your online presence.

Vendor: https://dev.to

## Tools available

**28** tools available. First 12:

- `DEVTO_CREATE_ARTICLE` — Create Article — Create a new article on DEV Community. Use this action to create a new article on behalf of the authenticated user. The article can be published immediately by setting published=true, or saved as a draft by setting published=false (which is the default). Required fields are title and body_markdown. Optional fields include description, main_image, tags, series, canonical_url, and organization_id.
- `DEVTO_GET_ARTICLE` — Get Article By ID — Returns a single published article by its ID, including full body content. Use this action when you know the unique ID of the article you want to retrieve. The response includes complete article details such as title, full HTML and markdown body content, author information, reaction counts, comments count, and reading time.
- `DEVTO_GET_ARTICLE_BY_PATH` — Get Article By Path — Returns a single published article by username and slug path. Use this action when you know the username of the author and the article's slug. The response includes full article details including title, content, author info, reactions count, comments count, and reading time.
- `DEVTO_GET_COMMENT` — Get Comment by ID — Returns a single comment and its descendants (replies) by comment ID. Use this action when you need to retrieve a specific comment along with all its replies from DEV Community. The response includes the comment content, author information, and nested child comments. Note: The comment ID is the id_code field (e.g., "1", "32k5a"), not the numeric user_id.
- `DEVTO_GET_CURRENT_USER` — Get Current User — Tool to get the currently authenticated user's profile information. Use when you need to retrieve the profile of the user associated with the provided API key. Returns user details including username, name, bio, location, and profile image.
- `DEVTO_GET_LISTING` — Get Listing — Returns a single classified listing by its ID. Use this action to retrieve detailed information about a specific listing on DEV Community, including the title, description, category, tags, and information about the user who posted it.
- `DEVTO_GET_ORGANIZATION` — Get Organization — Returns a single organization by its username. Use this action when you need to retrieve organization profile information from DEV Community. Returns organization details including name, summary, social links, and profile image.
- `DEVTO_GET_PROFILE_IMAGE` — Get Profile Image — Returns the profile image URL for a user or organization by username. Use this action to retrieve the profile picture(s) for a specific user or organization on DEV Community. The API returns both the full-size image URL and a 90px thumbnail.
- `DEVTO_GET_USER` — Get user — Tool to get a single user by their ID or username. Use when you need to retrieve user profile information from DEV Community. Returns user details including username, name, bio, location, and profile image.
- `DEVTO_LIST_ARTICLES` — List Articles — Returns a list of published articles, optionally filtered by tags, username, state, or top articles. Supports pagination. Use when you need to browse or search for articles on DEV Community. Examples: - Get latest articles: omit all filters - Get articles by tag: set tag="javascript" - Get top articles: set state="all" and top=7 - Get rising articles: set state="rising" - Get articles from user: set username="ben"
- `DEVTO_LIST_COMMENTS` — List Comments — Tool to list comments for a specified article or podcast episode on DEV Community. Use when you need to retrieve all comments for a particular article or podcast episode. Requires either a_id (article ID) or p_id (podcast episode ID) parameter.
- `DEVTO_LIST_FOLLOWED_TAGS` — List Followed Tags — Returns a list of tags followed by the authenticated user. Use this action to retrieve the tags that the currently authenticated user has followed on DEV.to. The response includes the tag ID, name, and points.

## Auth

Auth schemes: `API_KEY`.

## How agents use DEV Community

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

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

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

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/devto/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
