---
title: Prescient AI Developer Portal
description: REST API, OpenAPI, MCP, authentication, sandbox, errors, and versioning documentation.
canonical: https://prescientai.com/developers
last-updated: 2026-08-24
---

# Prescient AI Developer Portal

Prescient AI publishes a public, read-only content API and two Model Context Protocol servers. No API key or OAuth token is required. These surfaces contain only public product, integration, research, case-study, and educational information.

## Quickstart

`curl "https://prescientai.com/api/v1/search?q=halo%20effects&limit=5"`

## Resources

- [OpenAPI 3.1 JSON](https://prescientai.com/openapi.json)
- [API index](https://prescientai.com/api/v1)
- [Product MCP server](https://prescientai.com/mcp)
- [Documentation MCP server](https://prescientai.com/mcp/docs)
- [MCP implementation guide](https://prescientai.com/mcp.md)
- [MCP server card](https://prescientai.com/.well-known/mcp/server-card.json)
- [Authentication policy](https://prescientai.com/auth.md)
- [Agent instructions](https://prescientai.com/agent-instructions.md)
- [API versioning and deprecation policy](https://prescientai.com/api-versioning.md)
- [Pricing](https://prescientai.com/pricing.md)

## REST endpoints

- `GET /api/v1/search`: search public content with q, type, cursor, and limit.
- `GET /api/v1/integrations`: list or filter supported integrations.
- `GET /api/v1/content/{id}`: retrieve one record by its URL-encoded stable ID.
- `POST /api/v1/batch`: run up to 25 idempotent read operations.
- `GET /api/v1/health`: check availability and version.

## Sandbox and versioning

Use the public, read-only sandbox at https://prescientai.com/sandbox/api/v1. It exposes only synthetic capability metadata and cannot touch customer data. For local development, run the website and use http://localhost:4321. Stable operations use /api/v1. Breaking changes move to a new major path; additive response fields may be added within v1. Prescient provides at least 180 days of notice before removal; see https://prescientai.com/api-versioning.md.
