Adopets website screenshot

Adopets

Adopets is an Adoption Management System (AMS) for animal shelters and rescues that streamlines the entire pet adoption process — online and in-person applications, approval and team collaboration workflows, digital kennel cards with QR codes, secure payment processing for adoption fees, licenses, products and donations, daily reporting and dashboards, and post-adoption communication. Backed by Techstars. Adopets exposes an External API (documented as a public Postman collection) that lets partner systems connect staff users and create, retrieve, change, cancel, and refund adoption payment requests and transactions on behalf of an organization, authenticated with an organization API key plus a per-session JWT bearer token.

Adopets publishes 3 APIs on the APIs.io network: payment-request API, payment-transaction API, and system-auth API. Tagged areas include Pet Adoption, Animal Welfare, Shelters and Rescues, Adoption Management, and Payments.

Adopets’ developer surface includes documentation, API reference, authentication, sandbox, and 17 more developer resources.

37.8/100 thin ▬ flat Agent 65/100 agent native Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
3 APIs 1 MCP Servers
Pet AdoptionAnimal WelfareShelters and RescuesAdoption ManagementPaymentsNonprofit TechnologySaaSCompany

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 37.8/100 · thin
Contract Quality 15.1 / 25
Developer Ergonomics 12.2 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 65/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
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/adopets: 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 3

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

Adopets payment-request API

Create and manage adoption payment requests

Adopets payment-transaction API

Retrieve and refund payment transactions

Adopets system-auth API

Connect/disconnect an external system user and obtain a session token

Arazzo Workflows 3

Multi-step API workflows described with the Arazzo specification.

_Index

ARAZZO

Create and collect an adoption payment (Adopets External API)

Connect an external system user, create an adoption payment request with line items, then retrieve it to confirm status. Grounded in real operationIds from the Adopets External ...

ARAZZO

Refund an adoption payment transaction (Adopets External API)

Connect a staff user, look up a payment transaction by uuid, then issue a refund. Grounded in real operationIds from the Adopets External API.

ARAZZO

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

adopets-mcp.yml

MCP SERVER

Security Posture 2

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

Adopets Authentication

apiKey/http · 2 schemes

SECURITY

Adopets Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

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

Adopets Agentic Access

8 operations · 8 acting

8 operations · 8 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: adopets
name: Adopets
description: Adopets is an Adoption Management System (AMS) for animal shelters and rescues that streamlines the entire pet
  adoption process — online and in-person applications, approval and team collaboration workflows, digital kennel cards with
  QR codes, secure payment processing for adoption fees, licenses, products and donations, daily reporting and dashboards,
  and post-adoption communication. Backed by Techstars. Adopets exposes an External API (documented as a public Postman collection)
  that lets partner systems connect staff users and create, retrieve, change, cancel, and refund adoption payment requests
  and transactions on behalf of an organization, authenticated with an organization API key plus a per-session JWT bearer
  token.
url: https://raw.githubusercontent.com/api-evangelist/adopets/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://avatars.githubusercontent.com/u/19703738?v=4
x-type: company
x-source: vc-portfolio
x-backed-by:
- techstars
x-tier: profiled
x-tier-reason: enriched-from-public-api
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-17'
tags:
- Pet Adoption
- Animal Welfare
- Shelters and Rescues
- Adoption Management
- Payments
- Nonprofit Technology
- SaaS
- Company
apis:
- aid: adopets:adopets-payment-request-api
  name: Adopets payment-request API
  description: Create and manage adoption payment requests
  humanURL: https://developers.adopets.com/
  baseURL: https://service.api.dev.adopets.app
  tags:
  - payment-request
  properties:
  - type: OpenAPI
    url: openapi/adopets-payment-request-api-openapi.yml
  - type: Documentation
    url: https://developers.adopets.com/
- aid: adopets:adopets-payment-transaction-api
  name: Adopets payment-transaction API
  description: Retrieve and refund payment transactions
  humanURL: https://developers.adopets.com/
  baseURL: https://service.api.dev.adopets.app
  tags:
  - payment-transaction
  properties:
  - type: OpenAPI
    url: openapi/adopets-payment-transaction-api-openapi.yml
  - type: Documentation
    url: https://developers.adopets.com/
- aid: adopets:adopets-system-auth-api
  name: Adopets system-auth API
  description: Connect/disconnect an external system user and obtain a session token
  humanURL: https://developers.adopets.com/
  baseURL: https://service.api.dev.adopets.app
  tags:
  - system-auth
  properties:
  - type: OpenAPI
    url: openapi/adopets-system-auth-api-openapi.yml
  - type: Documentation
    url: https://developers.adopets.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://adopets.com/
- type: DeveloperPortal
  url: https://developers.adopets.com/
- type: Documentation
  url: https://developers.adopets.com/
- type: APIReference
  url: https://developers.adopets.com/
- type: Postman
  url: https://developers.adopets.com/
- type: GitHubOrganization
  url: https://github.com/adopets
- type: OpenAPI
  url: openapi/adopets-external-openapi.yml
- type: Overlay
  url: overlays/adopets-external-overlay.yaml
- type: Authentication
  url: authentication/adopets-authentication.yml
- type: Conventions
  url: conventions/adopets-conventions.yml
- type: ErrorCatalog
  url: errors/adopets-problem-types.yml
- type: DataModel
  url: data-model/adopets-data-model.yml
- type: MCPServer
  url: mcp/adopets-mcp.yml
- type: AgenticAccess
  url: agentic-access/adopets-agentic-access.yml
- type: DomainSecurity
  url: security/adopets-domain-security.yml
- type: Conformance
  url: conformance/adopets-conformance.yml
- type: Sandbox
  url: sandbox/adopets-sandbox.yml
- type: LLMsTxt
  url: llms/adopets-llms.txt
- type: AgentSkill
  url: skills/_index.yml
- type: Arazzo
  name: Create and collect an adoption payment
  url: arazzo/adopets-create-adoption-payment.yml
- type: Arazzo
  name: Refund an adoption payment transaction
  url: arazzo/adopets-refund-transaction.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence