dotloop website screenshot

dotloop

dotloop is a real estate transaction management platform (owned by Zillow Group) that lets agents, teams, and brokerages create and manage transactions - called "loops" - end to end, including documents, e-signatures, tasks, participants, and compliance workflows. The dotloop Public API v2 is a documented, OAuth2-secured JSON REST API at https://api-gateway.dotloop.com/public/v2 that exposes accounts, profiles, loops and loop details, folders, documents, participants, tasks, activities, contacts, loop templates, and webhook subscriptions, plus a Loop-It facade for one-call loop creation.

dotloop publishes 13 APIs on the APIs.io network, including Account API, Activities API, Contacts API, and 10 more. Tagged areas include Real-Estate, Transaction Management, Loops, Documents, and E-Signature.

dotloop’s developer surface includes authentication, documentation, and 9 more developer resources.

37.2/100 thin ▬ flat Agent 29/100 agent aware Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
AccessPaidSelf serve
13 APIs
Real-EstateTransaction ManagementLoopsDocumentsE-SignatureZillow Group

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 37.2/100 · thin
Contract Quality 14.5 / 25
Developer Ergonomics 4.3 / 20
Access Clarity 7.9 / 20
Operational Transparency 3.1 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 29/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/dotloop: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 13

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

dotloop Account API

The authenticated dotloop account.

dotloop Activities API

Read-only loop activity feed.

dotloop Contacts API

The authenticated user's contacts (address book).

dotloop Documents API

Documents within a loop folder.

dotloop Folders API

Folders that organize documents within a loop.

dotloop Loop Details API

Structured detail fields of a loop.

dotloop Loop It API

Single-call loop creation facade.

dotloop Loop Templates API

Reusable transaction blueprints under a profile.

dotloop Loops API

Loops (real estate transactions).

dotloop Participants API

Parties to a loop.

dotloop Profiles API

Individual, team, and brokerage profiles that scope loops.

dotloop Tasks API

Task lists and task items on a loop.

dotloop Webhooks API

Webhook subscriptions and delivered events.

Scroll for all 13

Open Collections 15

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

API Collection

OPEN COLLECTION

dotloop Public API v2

OPEN COLLECTION

Scroll for all 15

Pricing Plans 1

Published pricing tiers and plan structures.

Dotloop Plans Pricing

4 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Dotloop Rate Limits

1 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

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

Dotloop Authentication

oauth2 · 1 scheme

SECURITY

Dotloop Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Dotloop Scopes

8 scopes · authorizationCode

8 scopes

SCOPES

Agentic Access 1

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

Dotloop Agentic Access

43 operations · 18 acting

43 operations · 18 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: dotloop
url: https://raw.githubusercontent.com/api-evangelist/dotloop/refs/heads/main/apis.yml
name: dotloop
kind: company
description: dotloop is a real estate transaction management platform (owned by Zillow Group) that lets agents, teams, and
  brokerages create and manage transactions - called "loops" - end to end, including documents, e-signatures, tasks, participants,
  and compliance workflows. The dotloop Public API v2 is a documented, OAuth2-secured JSON REST API at https://api-gateway.dotloop.com/public/v2
  that exposes accounts, profiles, loops and loop details, folders, documents, participants, tasks, activities, contacts,
  loop templates, and webhook subscriptions, plus a Loop-It facade for one-call loop creation.
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/dotloop.png
tags:
- Real-Estate
- Transaction Management
- Loops
- Documents
- E-Signature
- Zillow Group
tags_raw:
- Real Estate
- Transaction Management
- Loops
- Documents
- E-Signature
- Zillow Group
created: '2026-07-04'
modified: '2026-07-04'
specificationVersion: '0.23'
apis:
- aid: dotloop:dotloop-account-api
  name: dotloop Account API
  description: The authenticated dotloop account.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/dotloop-account-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-activities-api
  name: dotloop Activities API
  description: Read-only loop activity feed.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Activities
  properties:
  - type: OpenAPI
    url: openapi/dotloop-activities-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-contacts-api
  name: dotloop Contacts API
  description: The authenticated user's contacts (address book).
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Contacts
  properties:
  - type: OpenAPI
    url: openapi/dotloop-contacts-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-documents-api
  name: dotloop Documents API
  description: Documents within a loop folder.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/dotloop-documents-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-folders-api
  name: dotloop Folders API
  description: Folders that organize documents within a loop.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Folders
  properties:
  - type: OpenAPI
    url: openapi/dotloop-folders-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-loop-details-api
  name: dotloop Loop Details API
  description: Structured detail fields of a loop.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Loop Details
  properties:
  - type: OpenAPI
    url: openapi/dotloop-loop-details-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-loop-it-api
  name: dotloop Loop It API
  description: Single-call loop creation facade.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Loop It
  properties:
  - type: OpenAPI
    url: openapi/dotloop-loop-it-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-loop-templates-api
  name: dotloop Loop Templates API
  description: Reusable transaction blueprints under a profile.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Loop Templates
  properties:
  - type: OpenAPI
    url: openapi/dotloop-loop-templates-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-loops-api
  name: dotloop Loops API
  description: Loops (real estate transactions).
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Loops
  properties:
  - type: OpenAPI
    url: openapi/dotloop-loops-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-participants-api
  name: dotloop Participants API
  description: Parties to a loop.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Participants
  properties:
  - type: OpenAPI
    url: openapi/dotloop-participants-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-profiles-api
  name: dotloop Profiles API
  description: Individual, team, and brokerage profiles that scope loops.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Profiles
  properties:
  - type: OpenAPI
    url: openapi/dotloop-profiles-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-tasks-api
  name: dotloop Tasks API
  description: Task lists and task items on a loop.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Task
  tags_raw:
  - Tasks
  properties:
  - type: OpenAPI
    url: openapi/dotloop-tasks-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
- aid: dotloop:dotloop-webhooks-api
  name: dotloop Webhooks API
  description: Webhook subscriptions and delivered events.
  humanURL: https://dotloop.github.io/public-api/
  baseURL: https://api-gateway.dotloop.com/public/v2
  tags:
  - Webhook
  tags_raw:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/dotloop-webhooks-api-openapi.yml
  - type: Documentation
    url: https://dotloop.github.io/public-api/
  - type: APIReference
    url: https://dotloop.github.io/public-api/#account
  - type: APIReference
    url: https://dotloop.github.io/public-api/#profiles
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loops
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-details
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-it
  - type: APIReference
    url: https://dotloop.github.io/public-api/#folders
  - type: APIReference
    url: https://dotloop.github.io/public-api/#documents
  - type: APIReference
    url: https://dotloop.github.io/public-api/#participants
  - type: APIReference
    url: https://dotloop.github.io/public-api/#tasks
  - type: APIReference
    url: https://dotloop.github.io/public-api/#activities
  - type: APIReference
    url: https://dotloop.github.io/public-api/#contacts
  - type: APIReference
    url: https://dotloop.github.io/public-api/#loop-templates
  - type: APIReference
    url: https://dotloop.github.io/public-api/#webhooks
common:
- type: AgenticAccess
  url: agentic-access/dotloop-agentic-access.yml
- type: DomainSecurity
  url: security/dotloop-domain-security.yml
- type: Authentication
  url: authentication/dotloop-authentication.yml
- type: OAuthScopes
  url: scopes/dotloop-scopes.yml
- type: GitHubOrganization
  url: https://github.com/dotloop
- type: LinkedIn
  url: https://www.linkedin.com/company/dotloop
- type: Website
  url: https://www.dotloop.com
- type: Documentation
  url: https://dotloop.github.io/public-api/
- type: Plans
  url: plans/dotloop-plans-pricing.yml
- type: RateLimits
  url: rate-limits/dotloop-rate-limits.yml
- type: FinOps
  url: finops/dotloop-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

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/dotloop"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/dotloop/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/dotloop/evidence"

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

Get an API key

Free tier, no email required.

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