Rallyware website screenshot

Rallyware

Rallyware is an AI-powered sales performance and workforce enablement platform that guides distributed sellers, distributors, and field teams toward the next best action using real-time performance data, adaptive learning, gamification, and behavioral insights. It replaces fragmented enablement tools with a single orchestration system for large field and direct-selling organizations, and markets open APIs and pre-built connectors for CRM, POS, WFM, inventory, and HR systems. Rallyware runs a production REST API — JSON-LD/Hydra over API Platform, secured with OAuth2 — but does not publish it. There is no developer portal, no API reference and no OpenAPI, and the API is deployed one tenant per host and provisioned under an enterprise contract. The only public, machine-readable description of that API is Rallyware's own React Native SDK on npm, which ships the API client, its OAuth2 auth strategies, and an embeddable component library; the artifacts in this repository are derived from it.

Rallyware publishes 1 API on the APIs.io network. Tagged areas include Company, Sales Enablement, Workforce Enablement, Learning and Development, and Performance Management.

Rallyware’s developer surface includes engineering blog, support, authentication, and 21 more developer resources.

22.8/100 emerging ▬ flat Agent 9/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanySales EnablementWorkforce EnablementLearning and DevelopmentPerformance ManagementGamificationDirect SellingEnterprise Software

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/rallyware: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

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

Rallyware Platform API

The Rallyware tenant API — identity, task programs, tasks and task units, unit results, badges and KPIs for a customer's field organization. A JSON-LD / Hydra REST API on API Pl...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Rallyware Rate Limits

0 limits

RATE LIMITS

Security Posture 4

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

Rallyware Authentication

oauth2/http · 4 schemes

SECURITY

Rallyware Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Rallyware Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Rallyware Trust Center

SOC 2, GDPR

SECURITY

Resources

Agent Surfaces 2

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 6

Authentication, authorization, and security posture

Operate 2

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: rallyware
name: Rallyware
description: Rallyware is an AI-powered sales performance and workforce enablement platform that guides distributed sellers,
  distributors, and field teams toward the next best action using real-time performance data, adaptive learning, gamification,
  and behavioral insights. It replaces fragmented enablement tools with a single orchestration system for large field and
  direct-selling organizations, and markets open APIs and pre-built connectors for CRM, POS, WFM, inventory, and HR systems.
  Rallyware runs a production REST API — JSON-LD/Hydra over API Platform, secured with OAuth2 — but does not publish it. There
  is no developer portal, no API reference and no OpenAPI, and the API is deployed one tenant per host and provisioned under
  an enterprise contract. The only public, machine-readable description of that API is Rallyware's own React Native SDK on
  npm, which ships the API client, its OAuth2 auth strategies, and an embeddable component library; the artifacts in this
  repository are derived from it.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://www.rallyware.com/wp-content/uploads/2026/03/featured-image.png
url: https://raw.githubusercontent.com/api-evangelist/rallyware/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.23'
created: '2026-07-17'
modified: '2026-08-14'
tags:
- Company
- Sales Enablement
- Workforce Enablement
- Learning and Development
- Performance Management
- Gamification
- Direct Selling
- Enterprise Software
apis:
- name: Rallyware Platform API
  description: The Rallyware tenant API — identity, task programs, tasks and task units, unit results, badges and KPIs for
    a customer's field organization. A JSON-LD / Hydra REST API on API Platform (Symfony), secured with OAuth2 bearer tokens
    issued at /oauth/v2/token. Rallyware publishes no developer portal, no API reference and no OpenAPI; this entry is profiled
    from Rallyware's own published React Native SDK, which contains the complete client implementation. Deployed one tenant
    per host, so the base URL is templated per customer and access is provisioned under an enterprise contract.
  humanURL: https://www.npmjs.com/package/@rallyware/sdk-react-native-components
  baseURL: https://{tenant}.rallyware.com
  baseURL_note: Templated and correct as written. Rallyware runs one deployment per customer on either a rallyware.com subdomain
    or a customer-branded domain; its own SDK requires the host as a caller-supplied argument. There is no shared api.rallyware.com.
    Resource paths sit under /api; the token endpoint is /oauth/v2/token.
  tags:
  - Sales Enablement
  - Workforce Enablement
  - Learning and Development
  - Performance Management
  - Gamification
  properties:
  - type: Authentication
    url: authentication/rallyware-authentication.yml
  - type: Conventions
    url: conventions/rallyware-conventions.yml
  - type: DataModel
    url: data-model/rallyware-data-model.yml
  - type: ErrorCatalog
    url: errors/rallyware-problem-types.yml
  - type: Lifecycle
    url: lifecycle/rallyware-lifecycle.yml
  - type: RateLimits
    url: rate-limits/rallyware-rate-limits.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: VulnerabilityDisclosure
  url: security/rallyware-vulnerability-disclosure.yml
- type: Website
  url: https://www.rallyware.com/
- type: Blog
  url: https://www.rallyware.com/blog
- type: Support
  url: https://www.rallyware.com/contact
- type: TermsOfService
  url: https://www.rallyware.com/terms
- type: PrivacyPolicy
  url: https://www.rallyware.com/privacy
- type: Security
  url: https://www.rallyware.com/security-2
- type: Compliance
  url: https://www.rallyware.com/security-2
- type: TrustCenter
  url: security/rallyware-trust-center.yml
- type: DomainSecurity
  url: security/rallyware-domain-security.yml
- type: LLMsTxt
  url: llms/rallyware-llms.txt
- type: GitHubOrganization
  url: https://github.com/rallyware
- type: Packages
  url: packages/rallyware-packages.yml
- type: SDKs
  url: packages/rallyware-packages.yml
- type: Components
  url: components/rallyware-components.yml
- type: Authentication
  url: authentication/rallyware-authentication.yml
- type: Conventions
  url: conventions/rallyware-conventions.yml
- type: DataModel
  url: data-model/rallyware-data-model.yml
- type: ErrorCatalog
  url: errors/rallyware-problem-types.yml
- type: Lifecycle
  url: lifecycle/rallyware-lifecycle.yml
- type: Conformance
  url: conformance/rallyware-conformance.yml
- type: Plans
  url: plans/rallyware-plans-pricing.yml
- type: RateLimits
  url: rate-limits/rallyware-rate-limits.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-08-14'
  status: enriched
  artifacts_added: 16
  pass: local-v1
x-coverage:
  state: covered
  reason: profiled-from-first-party-sdk
  detail: 'Rallyware publishes no developer portal, no API reference and no OpenAPI, and its API is deployed one tenant per
    host with no anonymously reachable instance — but the contract is not actually hidden: Rallyware''s own React Native SDK
    on npm (@rallyware/sdk-react-native-components@1.2.1) ships the complete API client, so 17 operations, the OAuth2 auth
    model, Hydra pagination conventions and 17 typed entities were recovered first-party rather than recorded as an absence.'
  evidence:
  - url: https://registry.npmjs.org/@rallyware/sdk-react-native-components
    status: 200
  - url: https://www.rallyware.com/security-2
    status: 200
  - url: https://www.rallyware.com/openapi.json
    status: 404
  - url: https://status.rallyware.com/
    status: 200
    note: 302s to an AWS Cognito login for the internal "rlw-internal" user pool.
  checked: '2026-08-14'

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/rallyware"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/rallyware/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/rallyware/evidence"

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.