Backendless website screenshot

Backendless

Backendless is a visual app development and backend-as-a-service (BaaS) platform that exposes a full set of REST APIs for data persistence, user management, file storage, publish-subscribe messaging, push notifications, geolocation, caching, and atomic counters, plus serverless Cloud Code (custom API services and timers). Requests are authenticated with an application id and REST API key carried in the URL path and a user-token header for authenticated sessions.

Backendless publishes 8 APIs on the APIs.io network, including Cache API, CloudCode API, Counters API, and 5 more. Tagged areas include BaaS, Backend as a Service, Visual Development, Low Code, and Database.

Backendless’ developer surface includes authentication, documentation, engineering blog, and 8 more developer resources.

38.3/100 thin ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
8 APIs
BaaSBackend as a ServiceVisual DevelopmentLow CodeDatabaseRealtime

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 38.3/100 · thin
Contract Quality 13.9 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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/backendless: 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 8

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

Backendless Cache API

Server-side key/value cache.

Backendless CloudCode API

Invocation of custom serverless API services.

Backendless Counters API

Thread-safe atomic counters.

Backendless Data API

CRUD and search over schema-backed database tables.

Backendless Files API

File and directory storage operations.

Backendless Geo API

Geolocation point management and proximity search.

Backendless Messaging API

Publish-subscribe messaging, push notifications, and email.

Backendless Users API

User registration, authentication, and session management.

Scroll for all 8

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Backendless REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Backendless Rate Limits

6 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

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

Backendless Authentication

apiKey · 1 scheme

SECURITY

Backendless Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Backendless Agentic Access

26 operations · 16 acting · 1 human-in-the-loop

26 operations · 16 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

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 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: backendless
url: https://raw.githubusercontent.com/api-evangelist/backendless/refs/heads/main/apis.yml
name: Backendless
kind: company
description: Backendless is a visual app development and backend-as-a-service (BaaS) platform that exposes a full set of REST
  APIs for data persistence, user management, file storage, publish-subscribe messaging, push notifications, geolocation,
  caching, and atomic counters, plus serverless Cloud Code (custom API services and timers). Requests are authenticated with
  an application id and REST API key carried in the URL path and a user-token header for authenticated sessions.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/backendless.png
tags:
- BaaS
- Backend as a Service
- Visual Development
- Low Code
- Database
- Realtime
created: '2026-06-20'
modified: '2026-06-20'
specificationVersion: '0.19'
apis:
- aid: backendless:backendless-cache-api
  name: Backendless Cache API
  description: Server-side key/value cache.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Cache
  properties:
  - type: OpenAPI
    url: openapi/backendless-cache-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-cloudcode-api
  name: Backendless CloudCode API
  description: Invocation of custom serverless API services.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - CloudCode
  properties:
  - type: OpenAPI
    url: openapi/backendless-cloudcode-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-counters-api
  name: Backendless Counters API
  description: Thread-safe atomic counters.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Counters
  properties:
  - type: OpenAPI
    url: openapi/backendless-counters-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-data-api
  name: Backendless Data API
  description: CRUD and search over schema-backed database tables.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Data
  properties:
  - type: OpenAPI
    url: openapi/backendless-data-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-files-api
  name: Backendless Files API
  description: File and directory storage operations.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Files
  properties:
  - type: OpenAPI
    url: openapi/backendless-files-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-geo-api
  name: Backendless Geo API
  description: Geolocation point management and proximity search.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Geo
  properties:
  - type: OpenAPI
    url: openapi/backendless-geo-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-messaging-api
  name: Backendless Messaging API
  description: Publish-subscribe messaging, push notifications, and email.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Messaging
  properties:
  - type: OpenAPI
    url: openapi/backendless-messaging-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
- aid: backendless:backendless-users-api
  name: Backendless Users API
  description: User registration, authentication, and session management.
  humanURL: https://backendless.com/docs/rest/data_data_object_management.html
  baseURL: https://api.backendless.com/{app-id}/{rest-api-key}/data
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/backendless-users-api-openapi.yml
  - type: Documentation
    url: https://backendless.com/docs/rest/data_data_object_management.html
  - type: APIReference
    url: https://backendless.com/docs/rest/
  - type: PostmanCollection
    url: collections/backendless.postman_collection.json
  - type: OpenCollection
    url: collections/backendless.opencollection.json
  - type: Documentation
    url: https://backendless.com/docs/rest/users_user_registration.html
  - type: Documentation
    url: https://backendless.com/docs/rest/files_file_upload.html
  - type: Documentation
    url: https://backendless.com/docs/rest/pubsub_general_publish_api.html
  - type: APIReference
    url: https://backendless.com/docs/rest/push_push_with_api.html
  - type: Documentation
    url: https://backendless.com/docs/rest/geo_geocategories.html
  - type: Documentation
    url: https://backendless.com/docs/rest/cache_overview.html
  - type: APIReference
    url: https://backendless.com/docs/rest/counters_overview.html
  - type: Documentation
    url: https://backendless.com/docs/rest/doc.html
common:
- type: AgenticAccess
  url: agentic-access/backendless-agentic-access.yml
- type: DomainSecurity
  url: security/backendless-domain-security.yml
- type: Authentication
  url: authentication/backendless-authentication.yml
- type: GitHubOrganization
  url: https://github.com/Backendless
- type: LinkedIn
  url: https://www.linkedin.com/company/backendless
- type: Website
  url: https://backendless.com
- type: Documentation
  url: https://backendless.com/docs/rest/
- type: Plans
  url: plans/backendless-plans-pricing.yml
- type: RateLimits
  url: rate-limits/backendless-rate-limits.yml
- type: FinOps
  url: finops/backendless-finops.yml
- url: https://backendless.com/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com