Skip to content

Deploy AI agents from your API

Turn an existing REST API into a production agent with tool curation, identity linking, channel setup, and metering.

General Augment uses generalaugment.com as the public root domain:

  • Marketing: https://generalaugment.com
  • Dashboard: https://app.generalaugment.com
  • API and webhooks: https://api.generalaugment.com
  • Status: https://status.generalaugment.com
  • Support: support@generalaugment.com

Connect your API

Point the CLI at an OpenAPI spec. General Augment generates MCP tools, classifies risk, and writes a deployable nexus-agent.yaml.

Link app users

Use identity links to resolve a WhatsApp or Telegram sender to your app’s user id before any tool call runs.

Keep tokens out of prompts

Generated tools call the auth proxy. The agent process never sees OAuth tokens, API keys, or backend credentials.

Launch with limits

Usage is metered per project so free tier limits, dashboard analytics, and future Stripe billing all share one source.

Run the CLI flow, review the generated tools, connect Telegram, and send the first message.

Terminal window
pip install -e packages/cli
nexus auth login --api-key gaadmlive_example
nexus integrate https://api.example.com/openapi.json --non-interactive --name my-agent
nexus deploy ./my-agent/nexus-agent.yaml

Need the concepts first? Start with how the platform works or jump to connecting an API.