# Onepage AI integration on Definable

> API for enriching user and company data, providing endpoints for token validation and generic search.

## What this connects

API for enriching user and company data, providing endpoints for token validation and generic search.

Vendor: https://onepagerapp.com

## Tools available

**2** tools available. First 2:

- `ONEPAGE_SEARCH_INPUT_POST_REQUEST` — Search input post request — The SearchInput endpoint allows users to perform a search query within the OnePage platform. It accepts a required search string and optional parameters for language and output format customization. This endpoint is designed for retrieving relevant information based on user-specified search terms, with the ability to filter results by language and choose between structured (JSON) or plain text output. Use this endpoint when you need to search for specific content or information within the OnePage ecosystem. It's particularly useful for integrating search functionality into applications or workflows that interact with OnePage data. Note that this endpoint focuses solely on search functionality and does not provide additional features like content creation or modification.
- `ONEPAGE_TOKEN_DETAILS_REQUEST` — Token details request — Retrieves detailed information about a specific token in the OnePage system. This endpoint should be used when you need to obtain comprehensive data about a token, such as its associated permissions, expiration date, or other metadata. It's particularly useful for token management tasks, such as verifying token validity or checking token attributes. The endpoint accepts a single token and returns its corresponding details. It should not be used for token creation, deletion, or modification operations. Note that the specific details returned may vary based on the OnePage implementation and the token's type or purpose.

## Auth

Auth schemes: `BEARER_TOKEN`.

## How agents use Onepage

Inside a Definable workflow, Onepage is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Onepage** — the Researcher (GPT-5.5) pulls context from Onepage (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Onepage** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Onepage (create record, post message, draft email).
- **Designer / Engineer → Distributor → Onepage** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Onepage (attach file, open PR comment, post status).

The Verifier checks every Onepage call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- productivity — https://definable.ai/apps/category/productivity/
- business intelligence — https://definable.ai/apps/category/business-intelligence/

## Related

- HTML page: https://definable.ai/apps/onepage/
- Same category (productivity): https://definable.ai/apps/category/productivity/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
