Developer resources

UnifAPI API docs, OpenAPI, auth, MCP, and agent resources

A crawlable entry point for builders and AI agents looking for the UnifAPI developer surface by name. Start here for direct HTTP access, MCP setup, OAuth metadata, registry manifests, and Skill source.

Direct HTTP

Call public-data routes with a workspace API key. Responses use one JSON envelope with data, pagination, billing, and typed errors.

GET /x/tweets/search/recent?q=unifapi HTTP/1.1
Host: api.unifapi.com
Authorization: Bearer $UNIFAPI_API_KEY

MCP

Give an agent live public-data tools through the hosted Streamable HTTP MCP server. OAuth is the recommended auth path.

Connector URL:
https://mcp.unifapi.com

Tools:
list_operations
get_operation
call_api

Agent auth

Agents should read auth.md and protected-resource metadata before asking a user for secrets.

GET /auth.md
GET https://mcp.unifapi.com/.well-known/oauth-protected-resource
Predictable URLs

Everything an agent should be able to find

These resources include the product name in titles and headings so direct-name searches for UnifAPI developer resources have a single, explicit landing page.

API docs

Human-readable API guides, auth docs, rate limits, and generated endpoint pages.

OpenAPI spec

Public OpenAPI 3.1 contract generated from UnifAPI route metadata.

API base URL

Production HTTP API host for direct public-data calls.

MCP server

Hosted Streamable HTTP MCP server setup. Connector URL: https://mcp.unifapi.com.

NLWeb ask endpoint

POST natural-language queries with NLWeb-style _meta/results JSON, or request SSE with prefer.streaming.

Streaming support

MCP Streamable HTTP, /ask SSE events, and direct REST JSON behavior.

Versioning and deprecation

Agent-readable REST API lifecycle, deprecation, and path-guessing policy.

Agent development and sandbox guidance

Safe test paths, no-login demos, trial-credit guidance, and sandbox boundary.

auth.md

Agent-readable credential handling guide for MCP OAuth and API-key fallback.

HTTP Message Signatures directory

Current machine-readable policy: not supported; use OAuth or API-key bearer auth.

OAuth protected resource metadata

OAuth resource metadata for MCP clients.

MCP registry manifest

Name, icon, description, repository, and hosted remote for MCP registries.

MCP.so registry listing

Third-party MCP directory listing for UnifAPI with a backlink to unifapi.com.

Agent Skills index

Discovery index for open-source UnifAPI Skill artifacts.

Open-source Skills

Public Skill source for Codex, Claude Code, and other agent environments.

TypeScript SDK package

`@unifapi/sdk` npm package for direct HTTP integrations.

Create API key

Sign in and create a workspace API key for direct HTTP access.

TypeScript SDK package

Use @unifapi/sdk for direct HTTP integrations when an agent workflow moves into product code, scheduled monitoring, or backend automation.

pnpm add @unifapi/sdk

Production host

Direct HTTP calls use https://api.unifapi.com. Routes follow the generated OpenAPI operation set. MCP clients should prefer https://mcp.unifapi.com.