Agora Client Platform API

The tenant-scoped HTTPS API behind Agora's client platform and investor portal. Its existence and shape are established from Agora's own production surface: certificate transparency shows per-tenant hosts under agorareal.com (390 .acp.agorareal.com client-platform hosts, 389 .portal.agorareal.com investor-portal hosts and 192 api..agorareal.com hosts), and the client-platform single-page app served from cdn-prod.acp.agorareal.com calls same-origin /api/* routes — /api/crm/..., /api/investor/..., /api/admin/cognito/..., /api/account-subscription — indicating AWS Cognito as the platform identity provider. The surface is unreachable anonymously: every anonymous request to /api and /api/* on the demo tenant and on sampled live tenants returned nginx HTTP 502, and app.agorareal.com (an AWS API Gateway custom domain) returns {"message":"Not Found"} for every path including a nonsense control probe. Agora publishes no reference, no OpenAPI and no authentication documentation for it; "API Access" appears on the pricing page as an Enterprise line item marked "Priced Separately". Recorded as a measured, gated surface — no operations, parameters or auth scheme are asserted.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/agora-client-platform-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

API entry from apis.yml

apis.yml Raw ↑
aid: agora-real-estate:agora-client-platform-api
name: Agora Client Platform API
description: 'The tenant-scoped HTTPS API behind Agora''s client platform and investor portal. Its existence
  and shape are established from Agora''s own production surface: certificate transparency shows per-tenant
  hosts under agorareal.com (390 <tenant>.acp.agorareal.com client-platform hosts, 389 <tenant>.portal.agorareal.com
  investor-portal hosts and 192 api.<tenant>.agorareal.com hosts), and the client-platform single-page
  app served from cdn-prod.acp.agorareal.com calls same-origin /api/* routes — /api/crm/..., /api/investor/...,
  /api/admin/cognito/..., /api/account-subscription — indicating AWS Cognito as the platform identity
  provider. The surface is unreachable anonymously: every anonymous request to /api and /api/* on the
  demo tenant and on sampled live tenants returned nginx HTTP 502, and app.agorareal.com (an AWS API Gateway
  custom domain) returns {"message":"Not Found"} for every path including a nonsense control probe. Agora
  publishes no reference, no OpenAPI and no authentication documentation for it; "API Access" appears
  on the pricing page as an Enterprise line item marked "Priced Separately". Recorded as a measured, gated
  surface — no operations, parameters or auth scheme are asserted.'
humanURL: https://agorareal.com/pricing/
baseURL: https://{tenant}.acp.agorareal.com/api
tags:
- Investment Management
- Investor Portal
- CRM
properties:
- type: Pricing
  url: https://agorareal.com/pricing/
- type: Login
  url: https://demo.portal.agorareal.com/
x-access: gated
x-evidence:
  discovered: '2026-09-12'
  method: probed
  source: https://cdn-prod.acp.agorareal.com/assets/src-DJsn4Q_l.js
  probes:
  - url: https://demo.acp.agorareal.com/api
    status: 502
  - url: https://alto.acp.agorareal.com/api
    status: 502
  - url: https://app.agorareal.com/
    status: 404
  - url: https://app.agorareal.com/openapi.json
    status: 404
  - url: https://app.agorareal.com/.well-known/zzz-api-evangelist-control-7c41
    status: 404
  base_url_note: Templated by design — the platform is multi-tenant and each client firm is served on
    its own <tenant>.acp.agorareal.com host. No single non-templated production host is published.