Integration and APIs¶
PrimeThink can be integrated with external systems in both directions: external applications can call PrimeThink's REST API, and PrimeThink agents can reach out to external services through capabilities, tool plugins, and MCP servers.
Calling PrimeThink from Outside¶
- API Reference — Overview of the REST API, with the OpenAPI specification and interactive docs.
- API Auth — Generating an API key and authenticating requests (
Authorization: Token YOUR_API_KEY). - API Examples — Working request examples for common operations.
- Media APIs — Image Generation, Audio Generation, Audio Diarization, and Video Analysis.
- PrimeThink CLI — Command-line access to the platform.
- Agent Extra Metadata and API Metadata in Collections — Attaching and using metadata programmatically.
Connecting PrimeThink to External Services¶
- Third-party Integrations — Overview of the ways agents connect to outside services.
- Email Integration — Sending and receiving email from chats.
Building Inside the Platform¶
For the JavaScript API available inside Live Apps and Live Pages (pt.*), see the Data Management API and the rest of the Live Pages section.