Aider website screenshot

Aider

Aider is an open-source, terminal-based AI pair programmer that edits code directly inside a developer's local Git repository. Written in Python and distributed via PyPI under the Apache 2.0 license, Aider is a BYO-LLM tool: the user supplies API keys for hosted models (Anthropic Claude, OpenAI, DeepSeek, Google Gemini, OpenRouter, Mistral, xAI, GROQ, Cohere, GitHub Copilot, Azure OpenAI, Amazon Bedrock, Vertex AI) or points it at local models running through Ollama, LM Studio, or any OpenAI-compatible endpoint. Distinguishing capabilities include a repository-wide codebase map that lets the model reason about files it has not been shown, multi-file architectural edits with diff-based patching, automatic Git commits with conventional commit messages, a lint/test/repair loop, image and URL context, voice-to-code, and an IDE bridge via `--watch-files` that picks up `AI!` / `AI?` comments written from any editor. Aider supports 100+ programming languages via tree-sitter, publishes a public LLM coding leaderboard (the polyglot benchmark across C++, Go, Java, JavaScript, Python, Rust), and has accumulated 45K+ GitHub stars with 4.5K+ forks. The product surface is a rich CLI (40+ in-chat slash commands across four chat modes: code, architect, ask, help) plus a Python module entrypoint (`python -m aider`); there is no hosted SaaS, no Aider-operated REST API, and no app-level rate-limiting or billing — all model inference is delegated to the user's chosen provider, and any pricing, rate limits, and FinOps surface live with that provider.

Aider publishes 14 APIs on the APIs.io network, including Chat API, Editing API, Files API, and 11 more. Tagged areas include Artificial Intelligence, AI Pair Programming, Developer Tools, CLI, and Command Line.

The Aider catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Aider’s developer surface includes authentication, documentation, GitHub presence, engineering blog, changelog, tooling, and 30 more developer resources.

27.3/100 thin ▬ flat Agent 24/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
15 APIs
Artificial IntelligenceAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen-SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree-sitterRepository MapPair Programming

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/aider: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 15

Individual APIs this provider publishes, each with its own machine-readable definition.

Aider Python Module

Aider exposes a Python module entrypoint (`python -m aider`) and an importable package (`aider.main.main`) so Aider can be embedded in Python scripts, CI workflows, and other ag...

Aider Chat API

Aider Commands That Manage the Chat Session and History.

Aider Editing API

Aider Commands That Drive Code Edits and Diffs.

Aider Files API

Aider Commands That Manage Files in the Chat Session.

Aider Git API

Aider Commands That Wrap Git Operations.

Aider IO API

Aider Commands That Move Data In and Out of the Session.

Aider Launch API

Aider Launch-Time Configuration via Flags, YAML, and Environment Variables.

Aider Map API

Aider Repository-Map Inspection.

Aider Models API

Aider Commands That Switch or Query LLM Models.

Aider Modes API

Aider Chat Modes (Code, Architect, Ask, Help, Context).

Aider Quality API

Aider Commands That Run Linters and Tests.

Aider Session API

Aider Session Lifecycle Commands.

Aider Settings API

Aider Settings, Tokens, and Reasoning Controls.

Aider Voice API

Aider Voice-to-Code Input.

Aider Web API

Aider Commands That Pull in Web Content.

Scroll for all 15

Open Collections 16

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Aider CLI Chat API

OPEN COLLECTION

Aider CLI

OPEN COLLECTION

Aider CLI Chat Files API

OPEN COLLECTION

Aider CLI Chat Git API

OPEN COLLECTION

Aider CLI Chat IO API

OPEN COLLECTION

Aider CLI Chat Launch API

OPEN COLLECTION

Aider CLI Chat Map API

OPEN COLLECTION

Aider CLI Chat Models API

OPEN COLLECTION

Aider CLI Chat Modes API

OPEN COLLECTION

Aider CLI Chat Voice API

OPEN COLLECTION

Aider CLI Chat Web API

OPEN COLLECTION

Scroll for all 16

Rate Limits 1

Documented rate limits and quota policies.

Aider Rate Limits

4 limits

RATE LIMITS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Aider Cli Context

26 classes · 63 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Aider API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Aider API Rules

38 rules · 19 errors 15 warnings 4 info

SPECTRAL

JSON Schema 26

Standalone JSON Schema definitions for this provider's data models.

AddFilesRequest

2 properties

JSON SCHEMA

AskRequest

1 properties

JSON SCHEMA

AskResponse

2 properties

JSON SCHEMA

ChatModeRequest

1 properties

JSON SCHEMA

CommitRequest

1 properties

JSON SCHEMA

CommitResult

2 properties

JSON SCHEMA

DiffResult

2 properties

JSON SCHEMA

DropFilesRequest

1 properties

JSON SCHEMA

EditRequest

3 properties

JSON SCHEMA

EditResult

5 properties

JSON SCHEMA

FileListing

2 properties

JSON SCHEMA

FilePathRequest

1 properties

JSON SCHEMA

LaunchConfig

22 properties

JSON SCHEMA

LintRequest

1 properties

JSON SCHEMA

ModelCatalog

1 properties

JSON SCHEMA

ModelSelection

1 properties

JSON SCHEMA

ReasoningEffortRequest

1 properties

JSON SCHEMA

RepositoryMap

2 properties

JSON SCHEMA

SettingsSnapshot

10 properties

JSON SCHEMA

ShellRequest

2 properties

JSON SCHEMA

ShellResult

3 properties

JSON SCHEMA

ThinkingTokensRequest

1 properties

JSON SCHEMA

TokenUsage

4 properties

JSON SCHEMA

VoiceTranscript

2 properties

JSON SCHEMA

WebFetchRequest

1 properties

JSON SCHEMA

WebFetchResult

2 properties

JSON SCHEMA

Scroll for all 26

JSON Structure 26

JSON Structure definitions describing this provider's data shapes.

Aider Cli Add Files Request Structure

2 properties

JSON STRUCTURE

Aider Cli Ask Request Structure

1 properties

JSON STRUCTURE

Aider Cli Ask Response Structure

2 properties

JSON STRUCTURE

Aider Cli Chat Mode Request Structure

1 properties

JSON STRUCTURE

Aider Cli Commit Request Structure

1 properties

JSON STRUCTURE

Aider Cli Commit Result Structure

2 properties

JSON STRUCTURE

Aider Cli Diff Result Structure

2 properties

JSON STRUCTURE

Aider Cli Drop Files Request Structure

1 properties

JSON STRUCTURE

Aider Cli Edit Request Structure

3 properties

JSON STRUCTURE

Aider Cli Edit Result Structure

5 properties

JSON STRUCTURE

Aider Cli File Listing Structure

2 properties

JSON STRUCTURE

Aider Cli File Path Request Structure

1 properties

JSON STRUCTURE

Aider Cli Launch Config Structure

22 properties

JSON STRUCTURE

Aider Cli Lint Request Structure

1 properties

JSON STRUCTURE

Aider Cli Model Catalog Structure

1 properties

JSON STRUCTURE

Aider Cli Model Selection Structure

1 properties

JSON STRUCTURE

Aider Cli Repository Map Structure

2 properties

JSON STRUCTURE

Aider Cli Settings Snapshot Structure

10 properties

JSON STRUCTURE

Aider Cli Shell Request Structure

2 properties

JSON STRUCTURE

Aider Cli Shell Result Structure

3 properties

JSON STRUCTURE

Aider Cli Token Usage Structure

4 properties

JSON STRUCTURE

Aider Cli Voice Transcript Structure

2 properties

JSON STRUCTURE

Aider Cli Web Fetch Request Structure

1 properties

JSON STRUCTURE

Aider Cli Web Fetch Result Structure

2 properties

JSON STRUCTURE

Scroll for all 26

Examples 26

Example request and response payloads for these APIs.

Scroll for all 26

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Aider Authentication

apiKey · 1 scheme

SECURITY

Aider Domain Security

TLSv1.3 · DNSSEC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Aider Agentic Access

40 operations · 32 acting · 1 human-in-the-loop

40 operations · 32 acting

AGENTIC

Resources

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 10

SDKs, sample code, and the tooling you integrate with

Scroll for all 10

Access & Security 2

Authentication, authorization, and security posture

Operate 7

Status, limits, changes, and where to get help

Scroll for all 7

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 5

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: aider
name: Aider
description: 'Aider is an open-source, terminal-based AI pair programmer that edits code directly inside a developer''s local
  Git repository. Written in Python and distributed via PyPI under the Apache 2.0 license, Aider is a BYO-LLM tool: the user
  supplies API keys for hosted models (Anthropic Claude, OpenAI, DeepSeek, Google Gemini, OpenRouter, Mistral, xAI, GROQ,
  Cohere, GitHub Copilot, Azure OpenAI, Amazon Bedrock, Vertex AI) or points it at local models running through Ollama, LM
  Studio, or any OpenAI-compatible endpoint. Distinguishing capabilities include a repository-wide codebase map that lets
  the model reason about files it has not been shown, multi-file architectural edits with diff-based patching, automatic Git
  commits with conventional commit messages, a lint/test/repair loop, image and URL context, voice-to-code, and an IDE bridge
  via `--watch-files` that picks up `AI!` / `AI?` comments written from any editor. Aider supports 100+ programming languages
  via tree-sitter, publishes a public LLM coding leaderboard (the polyglot benchmark across C++, Go, Java, JavaScript, Python,
  Rust), and has accumulated 45K+ GitHub stars with 4.5K+ forks. The product surface is a rich CLI (40+ in-chat slash commands
  across four chat modes: code, architect, ask, help) plus a Python module entrypoint (`python -m aider`); there is no hosted
  SaaS, no Aider-operated REST API, and no app-level rate-limiting or billing — all model inference is delegated to the user''s
  chosen provider, and any pricing, rate limits, and FinOps surface live with that provider.'
type: Index
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
position: Producing
access: Open Source
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/aider.png
x-type: opensource
tags:
- Artificial Intelligence
- AI Pair Programming
- Developer Tools
- CLI
- Command Line
- Coding Assistant
- Code Generation
- Open-Source
- Python
- Apache 2.0
- LLM
- Git
- BYO LLM
- Terminal
- Polyglot
- Tree-sitter
- Repository Map
- Pair Programming
tags_raw:
- AI
- AI Pair Programming
- Developer Tools
- CLI
- Command Line
- Coding Assistant
- Code Generation
- Open Source
- Python
- Apache 2.0
- LLM
- Git
- BYO LLM
- Terminal
- Polyglot
- Tree Sitter
- Repository Map
- Pair Programming
url: https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/apis.yml
created: '2026-05-08'
modified: '2026-05-30'
specificationVersion: '0.23'
apis:
- aid: aider:python-module
  name: Aider Python Module
  description: Aider exposes a Python module entrypoint (`python -m aider`) and an importable package (`aider.main.main`)
    so Aider can be embedded in Python scripts, CI workflows, and other agents. The same flags and configuration that drive
    the CLI apply to module invocation. There is no documented stable Python SDK contract beyond `main()` — the internal `Coder`,
    `Model`, `IO`, and `Commands` classes are public but versioned with the CLI and may change between releases.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/Aider-AI/aider/blob/main/aider/main.py
  baseURL: https://github.com/Aider-AI/aider
  tags:
  - Python
  - Library
  - Embedding
  - Open-Source
  tags_raw:
  - Python
  - Library
  - Embedding
  - Open Source
  properties:
  - type: SourceCode
    url: https://github.com/Aider-AI/aider/blob/main/aider/main.py
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Documentation
    url: https://aider.chat/docs/scripting.html
  - type: Scripting
    url: https://aider.chat/docs/scripting.html
- aid: aider:aider-chat-api
  name: Aider Chat API
  description: Aider Commands That Manage the Chat Session and History.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Chat
  properties:
  - type: OpenAPI
    url: openapi/aider-chat-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-editing-api
  name: Aider Editing API
  description: Aider Commands That Drive Code Edits and Diffs.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Editing
  properties:
  - type: OpenAPI
    url: openapi/aider-editing-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-files-api
  name: Aider Files API
  description: Aider Commands That Manage Files in the Chat Session.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - File
  tags_raw:
  - Files
  properties:
  - type: OpenAPI
    url: openapi/aider-files-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-git-api
  name: Aider Git API
  description: Aider Commands That Wrap Git Operations.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Git
  properties:
  - type: OpenAPI
    url: openapi/aider-git-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-io-api
  name: Aider IO API
  description: Aider Commands That Move Data In and Out of the Session.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - IO
  properties:
  - type: OpenAPI
    url: openapi/aider-io-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-launch-api
  name: Aider Launch API
  description: Aider Launch-Time Configuration via Flags, YAML, and Environment Variables.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Launch
  properties:
  - type: OpenAPI
    url: openapi/aider-launch-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-map-api
  name: Aider Map API
  description: Aider Repository-Map Inspection.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Map
  properties:
  - type: OpenAPI
    url: openapi/aider-map-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-models-api
  name: Aider Models API
  description: Aider Commands That Switch or Query LLM Models.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Models
  properties:
  - type: OpenAPI
    url: openapi/aider-models-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-modes-api
  name: Aider Modes API
  description: Aider Chat Modes (Code, Architect, Ask, Help, Context).
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Modes
  properties:
  - type: OpenAPI
    url: openapi/aider-modes-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-quality-api
  name: Aider Quality API
  description: Aider Commands That Run Linters and Tests.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Quality
  properties:
  - type: OpenAPI
    url: openapi/aider-quality-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-session-api
  name: Aider Session API
  description: Aider Session Lifecycle Commands.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Session
  properties:
  - type: OpenAPI
    url: openapi/aider-session-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-settings-api
  name: Aider Settings API
  description: Aider Settings, Tokens, and Reasoning Controls.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Settings
  properties:
  - type: OpenAPI
    url: openapi/aider-settings-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-voice-api
  name: Aider Voice API
  description: Aider Voice-to-Code Input.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Voice
  properties:
  - type: OpenAPI
    url: openapi/aider-voice-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
- aid: aider:aider-web-api
  name: Aider Web API
  description: Aider Commands That Pull in Web Content.
  humanURL: https://aider.chat/
  baseURL: https://aider.chat
  tags:
  - Web
  properties:
  - type: OpenAPI
    url: openapi/aider-web-api-openapi.yml
  - type: Documentation
    url: https://aider.chat/docs/
  - type: GitHub
    url: https://github.com/Aider-AI/aider
  - type: PyPI
    url: https://pypi.org/project/aider-chat/
  - type: Installation
    url: https://aider.chat/docs/install.html
  - type: UsageGuide
    url: https://aider.chat/docs/usage.html
  - type: Commands
    url: https://aider.chat/docs/usage/commands.html
  - type: ChatModes
    url: https://aider.chat/docs/usage/modes.html
  - type: Configuration
    url: https://aider.chat/docs/config.html
  - type: ConfigOptions
    url: https://aider.chat/docs/config/options.html
  - type: ConfigYAML
    url: https://aider.chat/docs/config/aider_conf.html
  - type: ConfigEnv
    url: https://aider.chat/docs/config/dotenv.html
  - type: APIKeys
    url: https://aider.chat/docs/config/api-keys.html
  - type: SupportedModels
    url: https://aider.chat/docs/llms.html
  - type: ModelWarnings
    url: https://aider.chat/docs/llms/warnings.html
  - type: EditFormats
    url: https://aider.chat/docs/more/edit-formats.html
  - type: Leaderboard
    url: https://aider.chat/docs/leaderboards/
  - type: ChangeLog
    url: https://aider.chat/HISTORY.html
  - type: License
    url: https://github.com/Aider-AI/aider/blob/main/LICENSE.txt
  - type: SourceCode
    url: https://github.com/Aider-AI/aider
  - type: IssueTracker
    url: https://github.com/Aider-AI/aider/issues
  - type: Tutorials
    url: https://aider.chat/docs/usage/tutorials.html
  - type: WatchFilesGuide
    url: https://aider.chat/docs/usage/watch.html
  - type: VoiceGuide
    url: https://aider.chat/docs/usage/voice.html
  - type: ConventionsGuide
    url: https://aider.chat/docs/usage/conventions.html
common:
- type: Releases
  url: https://github.com/Aider-AI/aider/releases
- type: ContributionGuide
  url: https://github.com/Aider-AI/aider/blob/main/CONTRIBUTING.md
- type: AgenticAccess
  url: agentic-access/aider-agentic-access.yml
- type: DomainSecurity
  url: security/aider-domain-security.yml
- type: Authentication
  url: authentication/aider-authentication.yml
- type: Website
  url: https://aider.chat/
- type: Documentation
  url: https://aider.chat/docs/
- type: GitHub
  url: https://github.com/Aider-AI/aider
- type: GitHubOrg
  url: https://github.com/Aider-AI
- type: Issues
  url: https://github.com/Aider-AI/aider/issues
- type: Forums
  url: https://github.com/Aider-AI/aider/discussions
- type: PyPI
  url: https://pypi.org/project/aider-chat/
- type: Installation
  url: https://aider.chat/docs/install.html
- type: UsageGuide
  url: https://aider.chat/docs/usage.html
- type: Configuration
  url: https://aider.chat/docs/config.html
- type: SupportedModels
  url: https://aider.chat/docs/llms.htm

# --- truncated at 32 KB (39 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/apis.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/aider"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/aider/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/aider/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.