For Agents
Programmatically gets council tax records by first name and last name from database, gets a council tax record by account reference from database.. Covers 6 operations with apiKey authentication.
Get started with Academy API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"gets council tax records by first name and last name from database"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Academy API API.
Gets council tax records by first name and last name from database
Manage developer tools data programmatically
Integrate Academy API into automated workflows
Query and filter Academy API records by parameters
Monitor Academy API operational status and events
GET STARTED
Use for: I need to gets council tax records by first name and last name from database, I want to gets a council tax record by account reference from database., Search for gets council tax notes by account reference from database., Find all gets housing benefits records by first name and last name from database
Not supported: Does not handle payments, communications, or crm — use for developer tools only.
Jentic publishes the only available OpenAPI specification for Academy API, keeping it validated and agent-ready.
Academy API version v1.0. Please check older versions for depreciated endpoints. The API exposes 6 endpoints secured with apiKey authentication.
Patterns agents use Academy API API for, with concrete tasks.
★ Developer Tools Operations
Use the Academy API to perform developer tools operations programmatically. The API provides 6 endpoints covering core functionality including gets council tax records by first name and last name from database, gets a council tax record by account reference from database., gets council tax notes by account reference from database..
Call GET /api/v1/council-tax/search to gets council tax records by first name and last name from database
Automated CouncilTax Management
Automate counciltax operations by combining multiple Academy API endpoints. Agents can gets a council tax record by account reference from database. and then gets council tax notes by account reference from database. in a single workflow.
Call GET /api/v1/council-tax/{councilTaxId} to gets a council tax record by account reference from database., then verify the result
AI Agent Integration via Jentic
AI agents discover and call Academy API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.
Search Jentic for 'gets council tax records by first name and last name from database', load the operation schema, and execute with Jentic-managed credentials
6 endpoints — academy api version v1.
METHOD
PATH
DESCRIPTION
/api/v1/council-tax/search
Gets council tax records by first name and last name from database
/api/v1/council-tax/{councilTaxId}
Gets a council tax record by Account Reference from database.
/api/v1/council-tax/{councilTaxId}/notes
Gets Council tax notes by Account Reference from database.
/api/v1/benefits/search
Gets housing benefits records by First Name and Last Name from database
/api/v1/benefits/{benefitsId}
Gets a housing benefits record by Benefits ID.
/api/v1/benefits/{benefitsId}/notes
Gets housing benefits notes by Benefits ID.
/api/v1/council-tax/search
Gets council tax records by first name and last name from database
/api/v1/council-tax/{councilTaxId}
Gets a council tax record by Account Reference from database.
/api/v1/council-tax/{councilTaxId}/notes
Gets Council tax notes by Account Reference from database.
/api/v1/benefits/search
Gets housing benefits records by First Name and Last Name from database
/api/v1/benefits/{benefitsId}
Gets a housing benefits record by Benefits ID.
Three things that make agents converge on Jentic-routed access.
Credential isolation
Academy API apiKey credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'gets council tax records by first name and last name from database') and Jentic returns the matching Academy API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Academy API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Github
Alternative developer tools API
Choose Github when you need a different approach to developer tools operations
Gitlab
Alternative developer tools API
Choose Gitlab when you need a different approach to developer tools operations
Specific to using Academy API API through Jentic.
What authentication does the Academy API use?
The Academy API uses an API key passed in the `X-Api-Key` header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I gets council tax records by first name and last name from database with the Academy API?
Yes. Use the GET /api/v1/council-tax/search endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Academy API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I gets council tax records by first name and last name from database through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'gets council tax records by first name and last name from database'. Jentic returns the matching Academy API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Academy API have?
The Academy API exposes 6 endpoints covering counciltax, housingbenefits operations.
/api/v1/benefits/{benefitsId}/notes
Gets housing benefits notes by Benefits ID.