# Oksign AI integration on Definable

> Sign online contracts, purchase orders, forms, you name it.

## What this connects

Sign online contracts, purchase orders, forms, you name it. Simple and legal.

Vendor: https://oksign.be/

## Tools available

**17** tools available. First 12:

- `OKSIGN_BRIEFCASE_REMOVE` — Remove Briefcase — Tool to remove a previously created briefcase from OKSign platform. Use when you need to delete a briefcase that is no longer needed. The briefcase is identified by the token received when it was created.
- `OKSIGN_BRIEFCASE_RETRIEVE` — Retrieve Briefcase Information — Tool to retrieve a previously uploaded briefcase tokeninfo for consultation. Use when you need to examine bundled document properties and signer requirements without re-creating the briefcase.
- `OKSIGN_CONTACTS_REMOVE` — Remove Contacts — Tool to remove specified contacts from the account's contact list. Use when you need to delete one or more contacts by providing their name and email.
- `OKSIGN_CONTACTS_RETRIEVE` — Retrieve Contacts — Tool to retrieve the list of contacts stored in the account. Use when you need to access all contacts with their details including name, email, mobile number, and role.
- `OKSIGN_CONTACTS_UPLOAD` — Upload Contacts — Tool to insert or update contact information in the account's contact list. Use when you need to add new contacts or update existing ones with details like name, email, phone, mobile, address, company, or identifier.
- `OKSIGN_CREDITS_RETRIEVE` — Retrieve Account Credits — Tool to retrieve account credit balance and storage information. Use when you need to check available credits or storage capacity.
- `OKSIGN_DOCUMENT_EXISTS` — Check Document Exists — Tool to check if a signed or unsigned document still exists on the OKSign platform. Use when you need to verify document availability before performing operations.
- `OKSIGN_DOCUMENT_REMOVE` — Remove Document — Tool to remove a signed or unsigned document from the OKSign platform. Use when you need to delete a document and its signed copies from storage. Note: If document is removed immediately after signing while platform processes notifications, service may return FAILED status with retry message.
- `OKSIGN_DOCUMENT_UPLOAD` — Upload Document — Tool to upload a PDF or Word document to OKSign platform for completion and/or signing. Use when you need to add a new document that requires signatures. Maximum file size is 10 MB. Supported formats: PDF, DOC, DOCX.
- `OKSIGN_EDITOREXPRESS_CREATE` — Create Editor Express Session — Tool to invoke the OKSign Editor Express for modifying documents and form descriptors. Use when you need to open documents in an interactive editor where users can add signature fields, form fields, and configure signing workflows. The editor URL returned can be embedded or redirected to within your application.
- `OKSIGN_FORMDESC_UPLOAD` — Upload Form Descriptor — Tool to upload form descriptor defining signature fields and other field types to a document. Use when you need to add form fields, signature areas, and configure signing workflows for a document.
- `OKSIGN_GET_ACTIVE_DOCUMENTS` — Get Active Documents — Tool to retrieve all active document IDs and properties from OKsign account. Use when you need to list documents visible in the Active Documents tab. Note: Rate limited to 1 request per 3 minutes.

## Auth

Auth schemes: `API_KEY`.

## How agents use Oksign

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

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

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

## Categories

- signatures — https://definable.ai/apps/category/signatures/

## Related

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