# Jitterbit > Jitterbit is an enterprise iPaaS vendor. Its Harmony platform covers integration (Integration Studio, Design Studio), API management (API Manager, cloud and private API gateways), EDI, low-code application development (App Builder), a message queue service and an AI agent layer. Jitterbit publishes one machine-readable contract of its own: the Harmony platform APIs, an OpenAPI 3.0.3 document with 19 operations for managing Integration Studio projects, project variables, operation logs and schedules. It is labelled a preview and is "currently targeted toward internal users". A second, older administrative surface — the Jitterbit Cloud RESTful Service — is documented in prose only. Generated by the API Evangelist enrichment pipeline on 2026-08-27. Jitterbit does not publish an llms.txt of its own; /llms.txt returns 404 on developer.jitterbit.com, docs.jitterbit.com and www.jitterbit.com. ## APIs - [Harmony Platform APIs (preview)](https://developer.jitterbit.com/harmony-platform-apis/): 19 operations across Projects, Schedules, Operations and Login. Base https://harmony-api.{na-east|emea-west|apac-southeast}.jitterbit.com/{endpoint}. Auth: authToken header. - [OpenAPI 3.0.3 contract](https://developer.jitterbit.com/harmony-platform-apis/test.json): served by the developer portal's Swagger UI. YAML body, .json extension. - [Connector SDK REST APIs](https://docs.jitterbit.com/developer-portal/connector-sdk/apis/): register, list, delete and validate custom connectors. Base {regionHost}/jitterbit-cloud-restful-service/. Prose documentation, no OpenAPI. - [API Manager Log Service API (Beta)](https://docs.jitterbit.com/api-manager/api-manager-reference/api-manager-log-service-api/): asynchronous retrieval of API logs as CSV or JSON. Prose documentation, no OpenAPI. ## Operations in the Harmony platform API - Login: authenticate (POST /login), convertAuthtokenToJwt (GET /login) - Projects: getProject, createProject, deployProject, deleteProject, projectVariablesGet, projectVariablesSet, exportProject, importProject, migrateProject, migrateProjectUpdate - Operations: getOperationLogs, getOperationLogDetails - Schedules: getSchedules, createSchedule, updateSchedule, deleteSchedules, enableDisableSchedule ## Runtime semantics an agent needs - Auth: opaque token in the `authToken` header, obtained from POST /login. Expires after 14400 seconds. Not available to SSO-only organizations. - Failure signalling: HTTP status is not sufficient. The body carries `success: false` and `error: {errorMessage, errorCode, errorId}`. Not RFC 9457. - No 4xx or 5xx response is declared on any operation in the contract. - No pagination, no idempotency key, no dry-run mode, no rate-limit response headers. - Rate limits: the Jitterbit-hosted cloud API gateway enforces 200 requests per minute per organization across custom, proxy and OData APIs; monthly and per-minute hit allowances are contractual per organization. Exhaustion returns 429 with no Retry-After. - Reversibility: deleteProject moves a project to trash, restorable for 90 days from the Harmony console (project history is NOT restored). No REST restore operation exists. Export the project first — exportProject is the only published way to recover its contents. - Region binds the host and the token. Pick na-east, emea-west or apac-southeast. - The contract's `endpoint` server variable defaults to `dev`. Production is `api`. ## Specs and artifacts - [OpenAPI](openapi/jitterbit-harmony-platform-openapi.yml) - [Overlay](overlays/jitterbit-harmony-platform-overlay.yaml) - [Authentication](authentication/jitterbit-authentication.yml) - [Conventions and reversibility](conventions/jitterbit-conventions.yml) - [Error catalog](errors/jitterbit-problem-types.yml) - [Rate limits](rate-limits/jitterbit-rate-limits.yml) - [Plans and pricing](plans/jitterbit-plans-pricing.yml) - [Lifecycle](lifecycle/jitterbit-lifecycle.yml) - [Changelog](changelog/jitterbit-changelog.yml) - [Data model](data-model/jitterbit-data-model.yml) - [Conformance and compliance](conformance/jitterbit-conformance.yml) - [CLI](cli/jitterbit-cli.yml) - [Packages](packages/jitterbit-packages.yml) - [Sandbox and console](sandbox/jitterbit-sandbox.yml) - [Webhooks](asyncapi/jitterbit-webhooks.yml) - [Agent skills](skills/_index.yml) ## Docs - [Documentation home](https://docs.jitterbit.com/) - [Developer portal](https://developer.jitterbit.com/) - [API Manager](https://docs.jitterbit.com/api-manager/) - [API gateways](https://docs.jitterbit.com/api-gateways/) - [Connector SDK](https://docs.jitterbit.com/developer-portal/connector-sdk/) - [Jitterbit command line interface (jbcli)](https://docs.jitterbit.com/developer-portal/citizen-recipes/jitterbit-command-line-interface/) - [Message Queue service](https://docs.jitterbit.com/message-queue-service/) - [Release notes](https://docs.jitterbit.com/release-notes/) - [End-of-life policy](https://docs.jitterbit.com/release-notes/end-of-life-policy/) - [Security](https://docs.jitterbit.com/getting-started/jitterbit-security/) - [ISO 42001 / 27001 / 27017 / 27018 certification](https://docs.jitterbit.com/getting-started/jitterbit-security/iso-certification/) ## Company - [Website](https://www.jitterbit.com) - [Pricing](https://www.jitterbit.com/harmony/pricing/) - [Status](https://trust.jitterbit.com) - [Community](https://community.jitterbit.com/) - [Support](https://www.jitterbit.com/support-services/) - [Blog](https://www.jitterbit.com/resources/type/blog/) - [GitHub](https://github.com/jitterbit) - [Terms and conditions](https://www.jitterbit.com/terms-and-conditions/) - [Privacy policy](https://www.jitterbit.com/privacy-policy/) ## What Jitterbit does not publish - No /llms.txt, no /.well-known/security.txt, no OpenID or OAuth discovery document, no /.well-known/api-catalog, no agent card (every path 404 on every host). - No MCP server for its own API. "Jitterbit MCP" is a product for building a customer's MCP servers; the MCP Client connector consumes other people's servers. - No AsyncAPI, no GraphQL, no gRPC/protobuf, no WSDL for its own APIs. - No first-party client SDK for the Harmony APIs in any package registry. - No free tier, no free trial and no self-serve signup. Annual contract, quote-only pricing.