Attendease website screenshot

Attendease

Attendease (now EventUp Planner, following its acquisition by Tripleseat) is an event and meeting management platform for planning, promoting, and running virtual, in-person, and hybrid events such as conferences, webinars, roadshows, and product launches. Attendease exposes a public developer API in two tiers: an Event API scoped to a single event subdomain (attendee tokens, sessions, presenters, surveys, sponsors, rooms, venues, and content) and an Organization API (`/api/v2/`) that spans business units, events, members, attendees, session attendance, check-ins, partners, and contact lists. The Organization API is authenticated with HMAC-SHA1 request signing (`Authorization: APIAuth access_key:signature`) while the Event API uses attendee/event tokens and HTTP Basic auth. First-party JavaScript and Ruby SDKs plus a Jekyll plugin are published to npm and RubyGems.

Attendease publishes 2 APIs on the APIs.io network. Tagged areas include Company, Events, Event Management, Event Marketing, and Conferences.

Attendease’s developer surface includes documentation, API reference, signup flow, support, engineering blog, authentication, and 18 more developer resources.

29.4/100 emerging ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
2 APIs 1 MCP Servers
CompanyEventsEvent ManagementEvent MarketingConferencesWebinarsAttendeesRegistrationSaaS

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 29.4/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 34/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 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/attendease: 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 2

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

Attendease Organization API

Organization-level REST API (v2) spanning business units, events, members, attendees, session attendance, check-ins, partners, and contact lists. Authenticated with HMAC-SHA1 re...

Attendease Event API

Event-scoped REST API bound to a single event subdomain covering event properties, sessions and session instances, presenters, surveys, sponsors, rooms, venues, filters, and con...

MCP Servers 1

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

attendease-mcp.yml

MCP SERVER

Security Posture 2

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

Attendease Authentication

4 schemes

SECURITY

Attendease Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

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: attendease
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://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/attendease.png
name: Attendease
description: 'Attendease (now EventUp Planner, following its acquisition by Tripleseat) is an event and meeting management
  platform for planning, promoting, and running virtual, in-person, and hybrid events such as conferences, webinars, roadshows,
  and product launches. Attendease exposes a public developer API in two tiers: an Event API scoped to a single event subdomain
  (attendee tokens, sessions, presenters, surveys, sponsors, rooms, venues, and content) and an Organization API (`/api/v2/`)
  that spans business units, events, members, attendees, session attendance, check-ins, partners, and contact lists. The Organization
  API is authenticated with HMAC-SHA1 request signing (`Authorization: APIAuth access_key:signature`) while the Event API
  uses attendee/event tokens and HTTP Basic auth. First-party JavaScript and Ruby SDKs plus a Jekyll plugin are published
  to npm and RubyGems.'
url: https://raw.githubusercontent.com/api-evangelist/attendease/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-acquired-by: tripleseat
x-rebranded-to: EventUp Planner
tags:
- Company
- Events
- Event Management
- Event Marketing
- Conferences
- Webinars
- Attendees
- Registration
- SaaS
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
apis:
- name: Attendease Organization API
  description: Organization-level REST API (v2) spanning business units, events, members, attendees, session attendance, check-ins,
    partners, and contact lists. Authenticated with HMAC-SHA1 request signing (APIAuth). JSON responses with a pagination
    envelope and custom metadata filtering.
  humanURL: https://developer.attendease.com/
  baseURL: https://your-org.attendease.org/api/v2/
  tags:
  - Events
  - Attendees
  - Organization
  properties:
  - type: Authentication
    url: authentication/attendease-authentication.yml
  - type: Conventions
    url: conventions/attendease-conventions.yml
  - type: ErrorCatalog
    url: errors/attendease-problem-types.yml
  - type: DataModel
    url: data-model/attendease-data-model.yml
  - type: MCPServer
    url: mcp/attendease-mcp.yml
- name: Attendease Event API
  description: Event-scoped REST API bound to a single event subdomain covering event properties, sessions and session instances,
    presenters, surveys, sponsors, rooms, venues, filters, and content. Authenticated with attendee/event tokens or HTTP Basic
    auth.
  humanURL: https://developer.attendease.com/
  baseURL: https://your-event.attendease.com/api/
  tags:
  - Events
  - Sessions
  - Presenters
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/attendease-domain-security.yml
- type: Website
  url: https://eventupplanner.com
- type: DeveloperPortal
  url: https://developer.attendease.com/
- type: Documentation
  url: https://developer.attendease.com/
- type: APIReference
  url: https://developer.attendease.com/
- type: SignUp
  url: https://dashboard.attendease.com/
- type: Login
  url: https://dashboard.attendease.com/
- type: Support
  url: https://eventupplanner.zendesk.com/hc/en-us
- type: Blog
  url: https://eventupplanner.com/blog/
- type: Integrations
  url: https://eventupplanner.com/integrations/
- type: TermsOfService
  url: https://eventupplanner.com/terms-of-use/
- type: PrivacyPolicy
  url: https://eventupplanner.com/privacy-policy/
- type: GitHubOrganization
  url: https://github.com/attendease
- type: Packages
  url: packages/attendease-packages.yml
- type: SDKs
  url: packages/attendease-packages.yml
- type: Authentication
  url: authentication/attendease-authentication.yml
- type: Conventions
  url: conventions/attendease-conventions.yml
- type: ErrorCatalog
  url: errors/attendease-problem-types.yml
- type: Lifecycle
  url: lifecycle/attendease-lifecycle.yml
- type: Conformance
  url: conformance/attendease-conformance.yml
- type: DataModel
  url: data-model/attendease-data-model.yml
- type: MCPServer
  url: mcp/attendease-mcp.yml
- type: LLMsTxt
  url: llms/attendease-llms.txt
- type: Components
  url: components/attendease-components.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence