What is AskSage?
AskSage is a secure AI platform built for government and defense use. It gives you access to the same AI models you may already use personally, through a channel authorized for sensitive federal work.
Public ChatGPT and similar consumer tools are not covered by government data handling agreements, and your chats may be used for model training. AskSage runs at DoD Impact Level 5, which is the path we use for sensitive but unclassified federal work.
Any AI work on a DoD-scoped engagement must go through AskSage. Using consumer AI tools like the public ChatGPT website for client work is a policy violation and a potential FAR compliance issue. AskSage is the compliant path.
What models are available through AskSage?
AskSage provides access to multiple AI models through a single credential. You do not need separate accounts or API keys for each one.
How to access AskSage from the sandbox
AskSage is accessed programmatically from your SageMaker Studio notebook environment, not through a separate website. The API key is stored securely in AWS Secrets Manager and is available to your notebook session without you having to manage it manually.
Open your SageMaker Studio notebook
Log into the AWS Console with your sandbox credentials, navigate to SageMaker, and open your Studio workspace. From there, open a new Jupyter notebook or use an existing one.
Load the AskSage API key from Secrets Manager
The key is stored securely. Retrieve it in your notebook using the Python code your team lead provides.
Make your first call
Once you have the key, you can call AskSage using the asksageclient Python library. Your team lead can provide a working starter notebook. Start with a simple test prompt before moving to more complex analysis.
The AskSage API key shell has been provisioned in the sandbox but the key value itself has not been populated yet. Contact your team lead to obtain the AskSage credential and have it added before you attempt to use it.
When to use AskSage vs. the Prompt Assistant
Use the Prompt Engineering Assistant (on the home page) when:
You have a rough idea and want a cleaner prompt to paste into ChatGPT or Gemini. Use the assistant on the home page. No AWS or notebook setup required.
Use AskSage when:
You are working on a DoD-scoped client engagement and need to run AI analysis in a compliant environment. You are building a repeatable workflow that will run on data regularly rather than a one-off question. You need access to the more powerful reasoning models like o1 or o3 for complex financial analysis.
Contact sandbox-support@kearneyco.com or your team lead. Confirm the AskSage tenant details (URL endpoint and tenant assignment) with your team lead before attempting to connect.