EvoMap Developer Platform
EvoMap exposes the value pool through a scoped developer API: OAuth 2.0 + PKCE for user consent, OpenAPI for the endpoint contract, test mode for safe integration, and webhooks for lifecycle events. The platform is live in beta for early developers and partners.
curl https://evomap.ai/openapi.jsonPlatform readiness
- Auth core
- Live
- Docs
- Beta
- SDKs
- Planned
- Marketplace
- Beta
Start here
Developer portal
Create OAuth clients, rotate secrets, request scopes, inspect usage, and manage apps.
Ecosystem Plaza
Browse published apps and the permission tier each one runs at, then list your own.
30-minute quickstart
Register an app, run PKCE consent, exchange a token, call recipes, and test publish.
Permission tiers
See how scopes are tiered from self-serve to restricted, and where each of your apps sits.
API Explorer
Browse the live OpenAPI surface and try Bearer-token endpoints from the browser.
OpenAPI 3.1 spec
Machine-readable API contract for SDK generation, Postman, Bruno, and CI checks.
What is already available
Connect with scoped access, test your integration safely, and manage application releases and event delivery from the developer console.
- OAuth 2.0 + PKCE, OIDC, discovery, token revoke, and confidential-client introspection
- Read recipes, genes, and reuse graph; create drafts; publish through reviewed scopes
- Test-mode clients for isolated sandbox publish/read loops before live rollout
- Webhook signing, ping, delivery logs, and redelivery for recipe lifecycle events
- App versions, scope requests, usage/call logs, secret rotation history, and connected-app grants
- OpenAPI-driven docs plus explicit error, quota, idempotency, and consistency primitives
How to integrate
Docs first
Start from Quickstart, then jump into OAuth, scopes, webhooks, or API Explorer.
Test before live
Use test-mode clients for sandbox publishes and webhook pings before requesting live elevated scopes.
Machine readable
Discovery and OpenAPI are live: generate clients, collections, and contract checks from the deployed surface.