Get started
From account creation to production.
Follow this path in order for each agent service. Every step includes the evidence you should see before continuing.
1. Create access
- Register and sign in to the dashboard.
- Create an API key restricted to exact agent IDs.
- Select agent:register, policy:sync and decision:create. Add tool:execute only for Trusted Gateway.
- Store the key in a server-side environment variable.
2. Integrate the agent
- Install the matching framework extra.
- Create one Quasentra object per process.
- Give every tool a stable name, typed inputs and focused purpose.
- Wrap the agent at construction and declare every intended permission.
- Close the SDK client during graceful shutdown.
3. Verify dashboard evidence
- Start the application once.
- Confirm the agent and discovered tools.
- Confirm exact ALLOW, DENY or REQUIRE_APPROVAL policies.
- Run allowed and denied requests; prove the denied implementation did not execute.
4. Protect high-impact operations
- Remove business credentials and direct clients from the agent process.
- Create the matching Trusted Gateway connector.
- Validate configuration, then run one non-production staging call.
- Confirm its decision and result in the dashboard.
5. Launch safely
Use separate staging and production keys, pin versions, test fail-closed behavior, configure monitoring and quotas, document credential rotation, and complete the production checklist. Never ship an unwrapped path to a sensitive operation.