API Reference

API Reference

Intellia API Reference

Intellia provides a comprehensive REST API for building AI-powered applications with agents, conversations, knowledge bases, and integrations.

Quick Start

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.intellia.com.au/orgs/{organizationId}/agents

Base URL

https://api.intellia.com.au

Core Concepts

  • Organizations - Top-level container for all resources
  • Agents - AI assistants with specific configurations and capabilities
  • Conversations - Chat sessions between users and agents
  • Knowledge Bases - Document collections for RAG (Retrieval Augmented Generation)
  • Tools - External integrations and capabilities agents can use

API Documentation Sections

Resources

Getting Help