What is a native integration?
A native integration embeds Civic Nexus capabilities directly into your application’s runtime. Instead of relying on the LLM to surface authorization links and wait for manual user action, your application can intercept these flows, handle them programmatically, and return results transparently.Available integration guides
Authorization
Understand how access tokens work, set up your organization, and connect your app to the Nexus MCP endpoint using Civic Auth or Token Exchange.
Implementing civic:rest-auth
Handle authentication automatically in your MCP client — intercept auth-required responses, redirect users, poll for completion, and resume tool calls without LLM involvement.

