Edvisor.io

Edvisor.io is a B2B international-education recruitment platform that connects education agencies with 700+ partner schools across 80+ countries. Agencies browse school portfolios with live pricing, build and send student quotes, manage the student journey from inquiry through enrollment, and track commissions and invoices; schools distribute programs to 5,000+ active agencies, grow and manage their agency network, and analyze their enrollment pipeline. The platform has processed over $2B in tuition. Edvisor exposes a GraphQL API at api-v2.edvisor.io/graphql (226 queries, 203 mutations, Bearer API-key auth) plus webhooks for two-way synchronization with external CRM and back-office systems.

Edvisor.io publishes 1 API on the APIs.io network. Tagged areas include Company, Education, Student Recruitment, International Education, and EdTech.

The Edvisor.io catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Edvisor.io’s developer surface includes documentation, API reference, getting-started guide, authentication, sandbox, engineering blog, pricing, and 22 more developer resources.

36.3/100 thin Agent 39/100 agent aware Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyEducationStudent RecruitmentInternational EducationEdTechGraphQLMarketplaceWebhooks

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 36.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 10.5 / 20
Operational Transparency 1.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 39/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 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 6 / 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/edvisorio: 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

Edvisor.io GraphQL API

Single GraphQL API for the Edvisor.io education-recruitment platform, covering students, quotes, school offerings, enrollments, invoices, and agency/school company management. B...

MCP Servers

edvisorio-mcp.yml

MCP SERVER

Event Specifications

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 2

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 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: edvisorio
name: Edvisor.io
description: Edvisor.io is a B2B international-education recruitment platform that connects education agencies with 700+ partner
  schools across 80+ countries. Agencies browse school portfolios with live pricing, build and send student quotes, manage
  the student journey from inquiry through enrollment, and track commissions and invoices; schools distribute programs to
  5,000+ active agencies, grow and manage their agency network, and analyze their enrollment pipeline. The platform has processed
  over $2B in tuition. Edvisor exposes a GraphQL API at api-v2.edvisor.io/graphql (226 queries, 203 mutations, Bearer API-key
  auth) plus webhooks for two-way synchronization with external CRM and back-office systems.
image: https://www.edvisor.io/images/og-image.png
url: https://raw.githubusercontent.com/api-evangelist/edvisorio/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- techstars
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Education
- Student Recruitment
- International Education
- EdTech
- GraphQL
- Marketplace
- Webhooks
apis:
- name: Edvisor.io GraphQL API
  description: Single GraphQL API for the Edvisor.io education-recruitment platform, covering students, quotes, school offerings,
    enrollments, invoices, and agency/school company management. Bearer API-key authentication; server-side use only.
  humanURL: https://docs.edvisor.io/
  baseURL: https://api-v2.edvisor.io/graphql
  properties:
  - type: GraphQL
    url: graphql/edvisorio-api-v2-graphql.graphql
  - type: Introspection
    url: graphql/edvisorio-api-v2-introspection.json
  - type: Webhooks
    url: asyncapi/edvisorio-webhooks.yml
  - type: Authentication
    url: authentication/edvisorio-authentication.yml
  - type: Documentation
    url: https://docs.edvisor.io/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/edvisorio-domain-security.yml
- type: Website
  url: https://edvisor.io/
- type: DeveloperPortal
  url: https://docs.edvisor.io/
- type: Documentation
  url: https://docs.edvisor.io/
- type: APIReference
  url: https://docs.edvisor.io/
- type: GettingStarted
  url: https://docs.edvisor.io/
- type: GraphQL
  url: graphql/edvisorio-api-v2-graphql.graphql
- type: Webhooks
  url: asyncapi/edvisorio-webhooks.yml
- type: Authentication
  url: authentication/edvisorio-authentication.yml
- type: Conventions
  url: conventions/edvisorio-conventions.yml
- type: ErrorCatalog
  url: errors/edvisorio-problem-types.yml
- type: DataModel
  url: data-model/edvisorio-data-model.yml
- type: Packages
  url: packages/edvisorio-packages.yml
- type: Components
  url: components/edvisorio-components.yml
- type: MCPServer
  url: mcp/edvisorio-mcp.yml
- type: LLMsTxt
  url: llms/edvisorio-llms.txt
- type: Lifecycle
  url: lifecycle/edvisorio-lifecycle.yml
- type: Conformance
  url: conformance/edvisorio-conformance.yml
- type: Compliance
  url: https://edvisor.io/privacy
- type: Sandbox
  url: sandbox/edvisorio-sandbox.yml
- type: AgentSkill
  url: skills/_index.yml
- type: GitHubOrganization
  url: https://github.com/edvisor-io
- type: Blog
  url: https://blog.edvisor.io
- type: Pricing
  url: https://edvisor.io/pricing
- type: SignUp
  url: https://edvisor.io/pricing#agencies
- type: Login
  url: https://app.edvisor.io
- type: Support
  url: mailto:support@edvisor.io
- type: TermsOfService
  url: https://edvisor.io/terms
- type: PrivacyPolicy
  url: https://edvisor.io/privacy
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence