Botkeeper Platform API

Botkeeper's partner platform API. The company does not publish a reference, a portal or a specification for it; the only public evidence of its shape is Botkeeper's own status page, which lists three first-party components under "Application Programming Interface (APIs)" — User API, Bookkeeping API and Tasks API — and the first-party Zapier app, which exposes eight operations across clients, tasks, users and documents. The production host is an AWS API Gateway that answers every unauthenticated request with {"message":"Missing Authentication Token"}; authentication is Amazon Cognito OIDC. Recorded here from probed evidence only.

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/botkeeper-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 ↑
name: Botkeeper Platform API
description: Botkeeper's partner platform API. The company does not publish a reference, a portal or a
  specification for it; the only public evidence of its shape is Botkeeper's own status page, which lists
  three first-party components under "Application Programming Interface (APIs)" — User API, Bookkeeping
  API and Tasks API — and the first-party Zapier app, which exposes eight operations across clients, tasks,
  users and documents. The production host is an AWS API Gateway that answers every unauthenticated request
  with {"message":"Missing Authentication Token"}; authentication is Amazon Cognito OIDC. Recorded here
  from probed evidence only.
humanURL: https://status.botkeeper.com/
baseURL: https://ipa.botkeeper.com
tags:
- Accounting
- Bookkeeping
- Task
- User
tags_raw:
- Accounting
- Bookkeeping
- Tasks
- Users
properties:
- type: Authentication
  url: authentication/botkeeper-authentication.yml
- type: OAuthScopes
  url: scopes/botkeeper-scopes.yml
x-evidence:
  fetched: '2026-08-08'
  probes:
  - url: https://ipa.botkeeper.com/
    status: 403
    body: '{"message":"Missing Authentication Token"}'
  - url: https://status.botkeeper.com/api/v2/components.json
    status: 200
  - url: https://zapier.com/apps/botkeeper/integrations
    status: 200
  - url: https://api.botkeeper.com/
    status: 0
    note: dangling CNAME to a retired Elastic Beanstalk environment; does not resolve