Publish an agent through the API
Generate credentials to integrate the agent securely from a server.
Updated August 3, 2026 Β· 10 minEnable the channel
Open Agent > Channels > Product API and select Enable API. Studio generates a public AGENT_ID and an agent-specific API_KEY.
Save the key immediately: it is displayed once and stored as a hash. Never place it in browser code, mobile apps, or repositories.
Limit access
Configure requests per minute and, when consumer servers are known, allowed IP or CIDR ranges. An empty list permits any source. Source exposure cannot exceed agent and document limits.
Integrate from a server
Use Bearer authorization or an official SDK. Studio provides a first-call example. See the Inceptiva SDK documentation.
Rotating the API_KEY immediately invalidates the previous key. Coordinate all consumers.